{ "opencollection": "1.0.0", "info": { "name": "Unit Accounts API Tokens API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "API Tokens", "type": "folder" }, "items": [ { "info": { "name": "Get List Org API Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/users/:userId/api-tokens", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Get List Org API Tokens" }, { "info": { "name": "Create Org API Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/users/:userId/api-tokens", "params": [ { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org API Token" }, { "info": { "name": "Delete Org API Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.s.unit.sh/users/:userId/api-tokens/:tokenId", "params": [ { "name": "userId", "value": "", "type": "path" }, { "name": "tokenId", "value": "", "type": "path" } ] }, "docs": "Delete Org API Token" }, { "info": { "name": "Create Customer Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/customers/:customerId/token", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Customer Token" }, { "info": { "name": "Create Customer Token Verification", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/customers/:customerId/token/verification", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends an SMS or email verification challenge before issuing a scoped customer token." } ] } ], "bundled": true }