Get Access TokenCopy Pagepost https://{endpoint}/v1/identity/oauth/tokenThis API allows you to generate the access token.Body Paramsgrant_typestringenumrequiredThe grant type to be used.client_credentialsAllowed:client_credentialsclient_idstringrequiredThe client id specific to your client application.client_secretstringrequiredThe client secret specific to you client application.scopestringenumDefaults to readUse scope to limit access token privileges.readwriteeverythingAllowed:readwriteeverythingResponses 200Success 400Error 401Authorize error 403Forbidden errorUpdated 30 days ago