{ "opencollection": "1.0.0", "info": { "name": "Satcat Service Authentication Mission Planning API", "version": "1.0.0" }, "items": [ { "info": { "name": "Mission Planning", "type": "folder" }, "items": [ { "info": { "name": "List Ground Observers", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/ground_observers", "params": [ { "name": "tags", "value": "", "type": "query", "description": "Only return saved ground observers containing all specified tags. Repeat this query parameter to pass multiple tags." }, { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List saved ground observers for the request group." }, { "info": { "name": "Create Ground Observer", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/ground_observers", "params": [ { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a saved ground observer for the request group." }, { "info": { "name": "Get Ground Observer", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/ground_observers/:sensor_id", "params": [ { "name": "sensor_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a saved ground observer for the request group." }, { "info": { "name": "Update Ground Observer", "type": "http" }, "http": { "method": "PATCH", "url": "/api/satcat/ground_observers/:sensor_id", "params": [ { "name": "sensor_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a saved ground observer for the request group." }, { "info": { "name": "Delete Ground Observer", "type": "http" }, "http": { "method": "DELETE", "url": "/api/satcat/ground_observers/:sensor_id", "params": [ { "name": "sensor_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a saved ground observer for the request group." }, { "info": { "name": "List Visibility Windows", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/visibility_windows", "params": [ { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List predicted visibility windows given an input scenario." } ] } ], "bundled": true }