Get Access TokenCopy Pagepost https://auth.bluecore.com/oauth/tokenBody Paramsclient_idstringrequiredA unique public identifier assigned to your brand. It is used, together with the client_secret, for identification during API authentication and authorization. Learn how to obtain a client ID.client_secretstringrequiredA confidential string assigned to your brand. It is used, together with the client_id, for identification during API authentication and authorization. Learn how to obtain a client secret.audiencestringenumrequiredThe target API server for the access token.https://a.bluecore.comAllowed:https://a.bluecore.comgrant_typestringenumrequiredDefines the OAuth 2.0 flow used to request an access token. Only the client_credentials grant type is accepted.client_credentialsAllowed:client_credentialsResponses 200OK 4XXClient errorUpdated 9 months ago