post https://api.spresso.com/identity/v1/public/token
Retrieves M2M Token
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Token not returned.
Retrieves M2M Token
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Token not returned.
xxxxxxxxxx
10curl --request POST \
--url https://api.spresso.com/identity/v1/public/token \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"audience": "https://spresso-api",
"grant_type": "client_credentials"
}
'
Try It!
to start a request and see the response here! Or choose an example: