v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

Authentication Token

Use this API to get your access token for the Skip Verification Upload Wait Time API

post/token

Headers

x-mati-appstring required

platform=web_desktop; version=22.2.10

Response

200

access_tokenstring
expires_ininteger
scopestring
token_typestring

Example response

{
  "access_token": "<access_token>",
  "expires_in": 3600,
  "scope": "verification_flow",
  "token_type": "bearer"
}