{ "opencollection": "1.0.0", "info": { "name": "Transifex Activity Reports Organizations API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://rest.api.transifex.com/organizations", "params": [ { "name": "page[cursor]", "value": "", "type": "query", "description": "The cursor used for pagination. The value of the cursor must be retrieved from pagination links included in previous responses; you should not attempt to write them on your own.\n" }, { "name": "filter[slug]", "value": "", "type": "query", "description": "The slug of the organization to get details" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of all the Organizations the user belongs to." }, { "info": { "name": "Get organization details", "type": "http" }, "http": { "method": "GET", "url": "https://rest.api.transifex.com/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Format of the organization id. Should be `o:organization_slug`." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the details of an Organization." } ] } ], "bundled": true }