latestOpenAPI 3.1.0Proprietary - UrbanFox2026-08-101443106.2 KB
e99fd9028c60
OAuth
Issue OAuth token
Generate an OAuth access token for machine-to-machine API access.
post/v2/oauth/token
Response
Successful Response
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.example.signature",
"token_type": "Bearer",
"expires_in": 86400
}