{ "opencollection": "1.0.0", "info": { "name": "Satcat Service Authentication Catalog API", "version": "1.0.0" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Get Catalog", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the catalog to get" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve metadata about a catalog." }, { "info": { "name": "List Catalogs", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/catalogs", "params": [ { "name": "latest", "value": "", "type": "query", "description": "Whether to retrieve only the latest catalog for each applicable catalog_type." }, { "name": "filters", "value": "", "type": "query" }, { "name": "sort_field", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List the catalogs available on the server, optionally for a specific catalog type. If using the `latest` parameter, return only the latest catalog available for each individual catalog type available. Pagination parameters are ignored when using the `latest` parameter. Additionally, archived and unready catalogs are not returned when using the `latest` parameter." }, { "info": { "name": "List Ephemerides In Catalog", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/catalogs/:id/ephemerides", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the catalog to list" }, { "name": "filters", "value": "", "type": "query" }, { "name": "sort_field", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Ephemerides In Catalog" } ] } ], "bundled": true }