{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Generate an Access Token API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Generate an Access Token", "type": "folder" }, "items": [ { "info": { "name": "Create an Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/oauth/access_token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "\n### Client Credentials\n\nA `client_credentials` token is used when the credentials are not publicly exposed, usually a server-side language such as PHP or Node.js. This type of authentication enables `CRUD` access to all resources.\n\n`client_id` and `client_secret` are created and managed via [Application Keys](/docs/api/application-keys/create-an-application-key).\n\nTo see the access granted by a `client_credentials` token, refer to [Permissions](/docs/authentication/tokens/permissions).\n\n\n### Im" } ] } ], "bundled": true }