Retrieve a list of the users applications.
Executed successfully.
Unauthorized
Forbidden
unexpected error
unexpected error
[- {
- "name": "my-user-app",
- "id": "3434c-12323ab-4ce2ea6-b44fc-db344d",
- "clientId": "3434c-12323ab-4ce2ea6",
- "createdAt": "2019-01-01T00:00:00Z",
- "lastLogin": "2020-01-01T00:00:00Z"
}
]
Used to create a user application.
Application object to create
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource already exists
unexpected error
unexpected error
{- "name": "app-name"
}
{- "id": "0eeaf222-e503-4f35-9d9c-c419816272e3",
- "clientId": "5e7b3b7b4b7b4b7b",
- "name": "app123",
- "secret": "this-is-the-app-secret",
- "createdAt": "2020-01-01T00:00:00Z"
}
Retrieve the details of a user's application by app id.
Executed successfully.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "name": "my-user-app",
- "id": "3434c-12323ab-4ce2ea6-b44fc-db344d",
- "clientId": "3434c-12323ab-4ce2ea6",
- "createdAt": "2019-01-01T00:00:00Z",
- "lastLogin": "2020-01-01T00:00:00Z"
}
Use to user a user application by id.
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "code": 400,
- "message": "Required parameter is missing"
}
Use to regenerate the user application secret by id.
Regenerated successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "secret": "this-is-my-secret"
}
Retrieve a list of all users applications.
Executed successfully.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
[- {
- "name": "my-user-app",
- "id": "3434c-12323ab-4ce2ea6-b44fc-db344d",
- "clientId": "1434c-123233ab-4ce2ea6-b44fc-db344d",
- "createdBy": "test@run.ai",
- "createdAt": "2020-01-01T00:00:00Z",
- "lastLogin": "2020-01-01T00:00:00Z"
}
]
Use to delete a user application by id for adminstrations.
Executed successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "code": 400,
- "message": "Required parameter is missing"
}