EUrouter

Providers

Provider information

List providers

GET
/api/v1/providers

Authorization

bearerAuth
AuthorizationBearer <token>

API key in format: eur_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

In: header

Response Body

application/json

curl -X GET "https://api.eurouter.ai/api/v1/providers"
{
  "data": [
    {
      "name": "string",
      "slug": "string",
      "description": "string",
      "model_count": 0,
      "privacy_policy_url": "string",
      "terms_of_service_url": "string",
      "status_page_url": "string",
      "id": "string",
      "region": "string",
      "enabled": true,
      "data_policy": {
        "property1": null,
        "property2": null
      },
      "headquarters": "string",
      "icon_url": "string"
    }
  ]
}