latestOpenAPI 3.0.02026-07-24161168406.5 KB
3f26defa2a42
Tokens
Creating an api token
This token is used for Admission API authentication
post/auth/token
Request body
Example request
{
"clientId": "public-api-<companyId>",
"secret": "<unique-secret>"
}Response
Successful operation
Example response
{
"type": "Bearer"
}