{ "opencollection": "1.0.0", "info": { "name": "Phrase Strings API Reference Accounts API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.phrase.com/v2/accounts", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "page", "value": "1", "type": "query", "description": "Page number" }, { "name": "per_page", "value": "25", "type": "query", "description": "Limit on the number of objects to be returned, between 1 and 100. 25 by default" } ] }, "docs": "List all accounts the current user has access to." }, { "info": { "name": "Get a single account", "type": "http" }, "http": { "method": "GET", "url": "https://api.phrase.com/v2/accounts/:id", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID" } ] }, "docs": "Get details on a single account." } ] } ], "bundled": true }