Authorization
OAuth2 token (sent in a header)
curl -H "Authorization: token OAUTH-TOKEN" https://api.harmonycms.netOAuth2 token (sent as a parameter)
curl https://api.harmonycms.net/?access_token=OAUTH-TOKENRequest access token
curl -X GET \
'https://api.harmonycms.net/oauth/v2/token?client_id=CLIENT_ID&client_secret=CLIENT_SECRET&grant_type=password&username=USERNAME&password=PASSWORD' \
-H 'Cache-Control: no-cache'Required parameters
Returns
Root endpoint
API Reference
Last updated