{
"opencollection": "1.0.0",
"info": {
"name": "Satcat Service Authentication State Vector API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "State Vector",
"type": "folder"
},
"items": [
{
"info": {
"name": "Add State Vector",
"type": "http"
},
"http": {
"method": "POST",
"url": "/api/satcat/states",
"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": "Submit state vector to Kayhan's system.
\n Define: State Vector, Coordinate Frame, Epoch.
"
},
{
"info": {
"name": "Get State Vector",
"type": "http"
},
"http": {
"method": "GET",
"url": "/api/satcat/states/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Retrieve state vector from Kayhan's system.
"
},
{
"info": {
"name": "Update State Vector",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "/api/satcat/states/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Update state vector to Kayhan's system.
\n Define: State Vector, Coordinate Frame, Epoch.
"
},
{
"info": {
"name": "Remove State Vector",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "/api/satcat/states/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Delete state vector from Kayhan's system.
"
},
{
"info": {
"name": "Get Available State Reference Frames",
"type": "http"
},
"http": {
"method": "GET",
"url": "/api/satcat/states/frames/state",
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Retrieve all supported state vector reference frames from Kayhan's system.
"
},
{
"info": {
"name": "Get Available Covariance Reference Frames",
"type": "http"
},
"http": {
"method": "GET",
"url": "/api/satcat/states/frames/covariance",
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Retrieve all supported covariance reference frames from Kayhan's system.
"
}
]
}
],
"bundled": true
}