{ "opencollection": "1.0.0", "info": { "name": "Postman O Auth20 API", "version": "1.0.0" }, "items": [ { "info": { "name": "oAuth20", "type": "folder" }, "items": [ { "info": { "name": "Generate an OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.postman.com/oauth2/token", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates an OAuth 2.0 access token for a client application using the `client_credentials` grant type. Use this endpoint with backend services or bots to authenticate and authorize API requests without user interaction.\n\n**Note:**\n\nThis endpoint uses Basic Auth. You must pass a valid client ID and client secret for the username and password, respectively.\n" }, { "info": { "name": "Revoke an OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.postman.com/oauth2/token/revoke", "body": { "type": "json", "data": "{}" } }, "docs": "Revokes an active OAuth 2.0 access token and prevents further use of it for authentication. Once revoked, the token can't be used for any API requests.\n\n**Note:**\n\n- Revocation of an OAuth token is immediate and can't be undone.\n- This request does not use any authorization.\n" } ] } ], "bundled": true }