curl --request POST \
--url https://{FUSION HOST}/oauth2/token
{
"empty": true
}
Returns an access token. Support basic authentication
curl --request POST \
--url https://{FUSION HOST}/oauth2/token
{
"empty": true
}
OK
The response is of type object
.
Was this page helpful?