v1

latestOpenAPI 3.0.3Apache 2.02026-07-17341573.2 KB
OAuth

Code exchange

post/oauth/token

Response

Success

access_tokenstring
token_typestring
expires_instring

Example response

{
  "access_token": "8958e13053832b5af58fdf2ee83f35f5d013dc74",
  "token_type": "bearer",
  "expires_in": "300"
}