cURL
curl --request POST \ --url https://app.allyy.io/api/authentication/connect/token \ --header 'Content-Type: <content-type>' \ --data '{ "client_id": "<string>", "client_secret": "<string>", "grant_type": "<string>", "allyy_api": "<string>" }'
{ "access_token": "my bearer token", "expires_in": 3600, "token_type": "Bearer", "scope": "allyy_api oneprediction_api" }
x-www-form-urlencoded
client_credentials
allyy_api
application/x-www-form-urlencoded