{ "opencollection": "1.0.0", "info": { "name": "Pirsch Access Links Clients API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clients", "type": "folder" }, "items": [ { "info": { "name": "List API clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.pirsch.io/api/v1/client", "params": [ { "name": "id", "value": "", "type": "query", "description": "Domain ID" } ] }, "docs": "List API clients" }, { "info": { "name": "Create or update API client", "type": "http" }, "http": { "method": "POST", "url": "https://api.pirsch.io/api/v1/client", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new OAuth client or access token client for a domain" }, { "info": { "name": "Delete API client", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pirsch.io/api/v1/client", "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Delete API client" } ] } ], "bundled": true }