{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Account Management Authentication API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Management Authentication", "type": "folder" }, "items": [ { "info": { "name": "Generate an Account Management Authentication Token", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/account-members/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Commerce provides authentication tokens for anyone using the Account Management APIs, including accounts and account members.\n\nFor each element in the list returned by the account member authentication API, a token value is returned. In order for a shopper to authenticate as the account, this value should be set as the `EP-Account-Management-Authentication-Token` header when calling Commerce. This header grants access to additional resources associated with the account, such as [carts](/docs/api" } ] } ], "bundled": true }