Asset Management Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /check-my-mission/v1/mission_ids HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text"
}
]GET /check-my-flight/v1/performance_set_ids HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text"
}
]