Exchange an Oidc token for an access token that allows access to the API
POST /api
Request Body
audiencestring (required)
Minimum length 1.grant_typestring (required)
Minimum length 1.subject_tokenstring (required)
Minimum length 1.subject_token_typestring (required)
Minimum length 1.
Response
200 — OK
Example Request
JSON
{
"audience": "string",
"grant_type": "string",
"subject_token": "string",
"subject_token_type": "string"
}