API clients
New API available on https://alphauslabs.github.io/blueapidocs/#/Iam.
The following endpoint is the base url for the APIs below.
Create API client
Create a new API client under a specific user.
Request
:user
is either root user or subuser.
Details for the POST {body}
.
Key
Value
name
Required. The name of the API client.
Response
List API clients
List all API clients under a specific user.
Request
:user
is either root user or subuser.
Response
Delete API client
Delete an existing API client under a specific user.
Request
:user
is either root user or subuser. :clientid
is the client id to delete.
Response
Last updated