Get all operators
GET/v1/operator
Get a list of all operators along with their contact information.
Request
Responses
- 200
- 400
- 404
OK
- text/plain
- Schema
- Example (from schema)
Schema
- Array [
- ]
email string
id string
max_objects integer
name string
phone string
rate_limit integer
Trajectory upload limit per hour
[
{
"email": "string",
"id": "string",
"max_objects": 0,
"name": "string",
"phone": "string",
"rate_limit": 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...