Error
A valid request URL is required to generate request examples{
"items": [
{
"boresight": "X+",
"focalLengthMm": 123,
"fovShape": "CONICAL",
"halfAngleDeg": 123,
"halfHeightDeg": 123,
"halfWidthDeg": 123,
"id": "<string>",
"name": "<string>",
"offNadirAlongTrackDeg": 123,
"offNadirCrossTrackDeg": 123,
"payloadIndex": 123,
"pixelPitchUm": 123,
"positionX": 123,
"positionY": 123,
"positionZ": 123,
"radiusDeg": 123,
"sides": 123
}
],
"totalCount": 5
}{
"error": "invalid_token",
"error_description": "An error occurred while attempting to decode the Jwt"
}{
"code": "import.tracking.tdm.parse_failed",
"correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"details": {},
"error": "Bad Request",
"fieldErrors": {},
"message": "Invalid spacecraft ID format",
"params": {},
"path": "/api/v1/stm/credentials",
"status": 400,
"timestamp": "2025-11-14T10:15:30.123Z"
}{
"code": "import.tracking.tdm.parse_failed",
"correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"details": {},
"error": "Bad Request",
"fieldErrors": {},
"message": "Invalid spacecraft ID format",
"params": {},
"path": "/api/v1/stm/credentials",
"status": 400,
"timestamp": "2025-11-14T10:15:30.123Z"
}Payloads
List payloads for a spacecraft
Retrieves all payloads for a parent spacecraft resolved strictly by id, ordered by payloadIndex ascending. Returns 404 if the parent spacecraft does not exist.
GET
/
operations
/
spacecraft
/
{spacecraftId}
/
payloads
Error
A valid request URL is required to generate request examples{
"items": [
{
"boresight": "X+",
"focalLengthMm": 123,
"fovShape": "CONICAL",
"halfAngleDeg": 123,
"halfHeightDeg": 123,
"halfWidthDeg": 123,
"id": "<string>",
"name": "<string>",
"offNadirAlongTrackDeg": 123,
"offNadirCrossTrackDeg": 123,
"payloadIndex": 123,
"pixelPitchUm": 123,
"positionX": 123,
"positionY": 123,
"positionZ": 123,
"radiusDeg": 123,
"sides": 123
}
],
"totalCount": 5
}{
"error": "invalid_token",
"error_description": "An error occurred while attempting to decode the Jwt"
}{
"code": "import.tracking.tdm.parse_failed",
"correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"details": {},
"error": "Bad Request",
"fieldErrors": {},
"message": "Invalid spacecraft ID format",
"params": {},
"path": "/api/v1/stm/credentials",
"status": 400,
"timestamp": "2025-11-14T10:15:30.123Z"
}{
"code": "import.tracking.tdm.parse_failed",
"correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"details": {},
"error": "Bad Request",
"fieldErrors": {},
"message": "Invalid spacecraft ID format",
"params": {},
"path": "/api/v1/stm/credentials",
"status": 400,
"timestamp": "2025-11-14T10:15:30.123Z"
}Was this page helpful?