Admin Auth APIs
The Admin Auth APIs allow you to manage user authentication. The available endpoints include:
| API Endpoints | Description |
|---|---|
| Login | Fetches a list of all the genres available. |
| Logout | Fetches the list of projects and their metadata available for the logged-in user. |
| SSO Initiate | Creates a Project entity on the Indee platform |
| SSO Login | Allows the user to edit the project created on Indee platform. |
| Refresh | Returns all the details pertaining to the Project. |
Common Error and Success Codes
The API response for project creation and management APIs follow the common status code format as outlined in the API Status codes.
Success Codes
| Indee Status Code | HTTP Status Code |
|---|---|
| A0000 | 200 |
Error Response
The error responses for all Project APIs will follow the model as outlined in Indee Error codes.
{
"status_code": "A2002",
"status_message": "Access Denied",
}
| Field | Type | Description |
|---|---|---|
status_code |
String | Indee provided status code. |
status_message |
String | The message associated with the status code. |