Skip to main content

Method

GET /v1/marketplace/providers Requires the catalog:read scope and a workspace-resolved API key.

Headers

Authorization
string
required
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)
curl "https://api.voyantcloud.com/v1/marketplace/providers" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "providers": [
    { "id": "prov_aegean", "kind": "transport", "status": "active" },
    { "id": "prov_citybreaks", "kind": "package", "status": "active" }
  ]
}
The response only includes providers that are either directly connected to the current workspace or granted via Voyant marketplace access.
This endpoint is only available in live workspaces. Sandbox workspaces receive a 403 Forbidden error.