Last updated 1 year ago
client's Auth0 secret
curl -L \ --request POST \ --url '/api/v1/oauth/token' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "client_id": "text", "client_secret": "text", "audience": "text", "grant_type": "text" }'
{ "access_token": "text", "expires_in": 1, "token_type": "text" }