Authorization
Authorization
curl -X POST \
https://manc.hu/api/oauth/token \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'client_id=XXXXX&client_secret=XXXXX&grant=client_credentials&scope=lexicon'{
"access_token": "<token>",
"token_type": "Bearer",
"expires_in": 3600,
"scope": "lexicon"
}Last updated
Was this helpful?