{ "opencollection": "1.0.0", "info": { "name": "Postman Service Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "serviceAccounts", "type": "folder" }, "items": [ { "info": { "name": "Generate a Service Account Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.postman.com/service-account-tokens", "headers": [ { "name": "x-api-key", "value": "" } ] }, "docs": "Exchanges a service account API key for a short-lived access token. On success, the response contains an access token that can be used to authenticate downstream service-to-service requests on behalf of the service account. The token is a JWT that encodes the service account's identity and permissions, and is valid for 15 minutes.\n\n**Note:**\n\n- The API key must belong to a service account. API keys that belong to regular users aren't supported.\n- This endpoint authorizes the service account API " } ] } ], "bundled": true }