Back to All

/oauth2/token ==> grant_type: client_credentials is that supported ?

curl --request POST
--url https://www.formstack.com/api/v2/oauth2/token
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"grant_type": "client_credentials",
"client_id": ,
"client_secret": ""
}
'