{
"opencollection": "1.0.0",
"info": {
"name": "Satcat Service Authentication Two Line Elements (TLEs) API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Two Line Elements (TLEs)",
"type": "folder"
},
"items": [
{
"info": {
"name": "Add Tle",
"type": "http"
},
"http": {
"method": "POST",
"url": "/api/satcat/tles",
"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 TLE to Kayhan's system.
\n Define: State Vector, Coordinate Frame, Epoch.
"
},
{
"info": {
"name": "Get Tle",
"type": "http"
},
"http": {
"method": "GET",
"url": "/api/satcat/tles/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Retrieve TLE from Kayhan's system.
"
},
{
"info": {
"name": "Update Tle",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "/api/satcat/tles/: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 TLE to Kayhan's system.
\n Define: State Vector, Coordinate Frame, Epoch.
"
},
{
"info": {
"name": "Remove Tle",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "/api/satcat/tles/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Delete TLE from Kayhan's system.
"
}
]
}
],
"bundled": true
}