Show an operator
GET/v1/operator/:id
Show an operator by UUID.
Request
Path Parameters
id stringrequired
operator UUID
Responses
- 200
- 400
- 404
OK
- text/plain
- Schema
- Example (from schema)
Schema
auto_manage boolean
email stringrequired
Possible values: <= 256 characters
id uuid
is_private boolean
max_objects integer
name stringrequired
Possible values: <= 256 characters
phone stringrequired
Possible values: <= 256 characters
rate_limit integer
Trajectory upload limit per hour
space_track_org_id integer
{
"auto_manage": true,
"email": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_private": true,
"max_objects": 0,
"name": "string",
"phone": "string",
"rate_limit": 0,
"space_track_org_id": 0
}
Bad Request
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Not Found
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Loading...