{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes OAuth API", "version": "2023-12-15" }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "Create an OAuth token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/oauth/token", "headers": [ { "name": "Zuora-Track-Id", "value": "" } ] }, "docs": "Creates a bearer token that enables an OAuth client to authenticate with the Zuora REST API. The OAuth client must have been created using the Zuora UI. See [Authentication](/rest-api/general-concepts/authentication/) for more information.\n\n**Note:** When using this operation, do not set any authentication headers such as `Authorization`, `apiAccessKeyId`, or `apiSecretAccessKey`.\n\nYou should not use this operation to generate a large number of bearer tokens in a short period of time; each token" } ] } ], "bundled": true }