v1
latestOpenAPI 3.1.02026-07-24450175.9 KBAuthentication 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
Example response
{
"access_token": "<access_token>",
"expires_in": 3600,
"scope": "verification_flow",
"token_type": "bearer"
}