๐Ÿ— 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 MethodDescriptionPossible Response
GETRetrieves 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.
POSTCreates 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.