API Authentication
Authenticate via Assertion Grant type
Query Parameters
Name
Type
Description
{
"access_token": "<secret>",
"token_type": "Bearer",
"expires_in": 7200,
"refresh_token": "<secret>",
"scope": "write_transcriptions write_media",
"created_at": 1619529327
}Authenticate via Refresh Token
Query Parameters
Name
Type
Description
Authenticating with the API
Last updated