Custodian API (1.0.0)

Download OpenAPI specification:Download

Public API specification for the Custodian backend.

Log in and obtain a JWT

Request Body schema: application/json
username
required
string
password
required
string <password>

Responses

Request samples

Content type
application/json
{
  • "username": "alice",
  • "password": "secret"
}

Response samples

Content type
application/json
{
  • "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}