post https://{tenant}.{region}.authaction.com/oauth2/m2m/token
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Invalid payload
403Forbidden
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Invalid payload
403Forbidden
xxxxxxxxxx
curl --request POST \
--url https://your-tenant-name.eu.authaction.com/oauth2/m2m/token \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"access_token": "some-access-token",
"token_type": "bearer",
"expires_in": 3600
}