{ "opencollection": "1.0.0", "info": { "name": "Xceptor Document Upload Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Xceptor Create Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.xceptor.com/v1/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates with the Xceptor platform using OAuth2 client credentials and returns an access token for subsequent API calls. The token should be included in the Authorization header as a Bearer token." }, { "info": { "name": "Xceptor Revoke Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.xceptor.com/v1/auth/token/revoke", "body": { "type": "json", "data": "{}" } }, "docs": "Revokes an active access token, preventing it from being used for further API calls. This should be called when the token is no longer needed." } ] } ], "bundled": true }