API Tokens
Create a new API token
Create a new API token to access the UMAaaS APIs.
post/tokens
Request body
Example request
{
"name": "Sandbox read-only"
}Response
API token created successfully
Example response
{
"id": "Token:019542f5-b3e7-1d02-0000-000000000001",
"name": "Sandbox read-only token",
"clientId": "01947d2284054f890000e63bca4810df",
"clientSecret": "ed0ad25881e234cc28fb2dec0a4fe64e4172",
"createdAt": "2023-07-21T17:32:28Z",
"updatedAt": "2023-07-21T17:32:28Z"
}