Authentication
curl --request POST --url '<https://goledge.us.auth0.com/oauth/token>'
--header 'content-type: application/x-www-form-urlencoded'
--data grant_type=client_credentials
--data client_id=YOUR_CLIENT_ID
--data client_secret=YOUR_CLIENT_SECRET
--data audience=https://goledge.us.auth0.com/api/v2/{
"access_token":"eyJz93a...k4laUWw",
"token_type":"Bearer",
"expires_in":10800
}Last updated

