Method
GET /v1/organizations/:id/capabilities
Path Parameters
Organization ID.
Headers
Bearer token with
organizations:read scope.curl "https://api.voyantcloud.com/v1/organizations/org_123/capabilities" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{
"data": [
{
"id": "cap_001",
"category": "transport",
"modeKey": "cruise",
"modeId": null,
"notes": "Preferred cruise partner",
"attributes": { "fleetSize": 5 },
"createdAt": "2025-02-20T10:05:00.000Z"
}
]
}
Return capability tags assigned to an organization.
GET /v1/organizations/:id/capabilities
organizations:read scope.curl "https://api.voyantcloud.com/v1/organizations/org_123/capabilities" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{
"data": [
{
"id": "cap_001",
"category": "transport",
"modeKey": "cruise",
"modeId": null,
"notes": "Preferred cruise partner",
"attributes": { "fleetSize": 5 },
"createdAt": "2025-02-20T10:05:00.000Z"
}
]
}