v10

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-06-2943243.8 KB
Appeals

Obtain mock access token

post/token

Response

Mock token response

access_tokenstring
expires_ininteger
token_typestring
scopestring

Example response

{
  "access_token": "some_access_token",
  "scope": "email profile",
  "token_type": "bearer",
  "expires_in": 300
}