Last updated 2 years ago
client's Auth0 secret
POST /api/v1/oauth/token HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 81 { "client_id": "text", "client_secret": "text", "audience": "text", "grant_type": "text" }
{ "access_token": "text", "expires_in": 1, "token_type": "text" }