{ "opencollection": "1.0.0", "info": { "name": "Public Agents Domains API", "version": "public_api-v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of spanning domains/tenants", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.backup.net/v1/spanning/domains", "params": [ { "name": "order_by", "value": "", "type": "query", "description": "The ordering field." }, { "name": "order_direction", "value": "", "type": "query", "description": "Direction of the order. E.g. \"asc\"." }, { "name": "page_number", "value": "", "type": "query", "description": "The page number. Default is 1." }, { "name": "page_size", "value": "", "type": "query", "description": "The page size. Default is 50." }, { "name": "include", "value": "", "type": "query", "description": "This parameter allows to exclude the data from the response. To use it please add to the query parameters one or multiple of the following: \"?include[users]=false\"" } ] }, "docs": "Visibility is restricted by tenant which issued credentials for access." } ] } ], "bundled": true }