🏗 Learn what architecture style IDKit API uses.
The IDKit API uses the REST API architecture. Please see the HTTP methods that we use below:
HTTP Method | Description | Possible Response |
---|---|---|
GET | Retrieves data from a specified resource. | - 200 - Success Response - 400 - Bad Request - 401 - Unauthenticated - 404 - Not Found - 500 - Internal Server Error The API responses are very specific to each endpoint. For further details, please refer to each API endpoint. |
POST | Creates a new resource or updates the existing resource. | - 200 - Success Response - 400 - Bad Request - 401 - Unauthenticated - 404 - Not Found - 422 - Unprocessable Entity - 409 - Conflict - 500 - Internal Server Error The API responses are very specific to each endpoint. For further details, please refer to each API endpoint. |
💬 We Are Here to Help!
If you encounter an issue, a bug, or require assistance, please contact our support page here to find the solution. Don't forget to provide any important information on the issue.