GET
/
providers
/
{provider}
curl --request GET \
  --url https://api.nango.dev/providers/{provider}
{
  "data": {
    "name": "hubspot",
    "display_name": "HubSpot",
    "categories": ["marketing","support","crm"],
    "auth_mode": "OAUTH2",
    "authorization_url": "https://app.hubspot.com/oauth/authorize",
    "token_url": "https://api.hubapi.com/oauth/v1/token",
    "connection_configuration": ["portalId"],
    "post_connection_script": "hubspotPostConnection",
    "webhook_routing_script": "hubspotWebhookRouting",
    "proxy": {
      "base_url": "https://api.hubapi.com",
      "decompress": true,
      "paginate": {
        "type": "cursor",
        "cursor_path_in_response": "paging.next.after",
        "limit_name_in_request": "limit",
        "cursor_name_in_request": "after",
        "response_path": "results"
      }
    },
    "docs": "https://docs.nango.dev/integrations/all/hubspot"
  }
}
{
  "data": {
    "name": "hubspot",
    "display_name": "HubSpot",
    "categories": ["marketing","support","crm"],
    "auth_mode": "OAUTH2",
    "authorization_url": "https://app.hubspot.com/oauth/authorize",
    "token_url": "https://api.hubapi.com/oauth/v1/token",
    "connection_configuration": ["portalId"],
    "post_connection_script": "hubspotPostConnection",
    "webhook_routing_script": "hubspotWebhookRouting",
    "proxy": {
      "base_url": "https://api.hubapi.com",
      "decompress": true,
      "paginate": {
        "type": "cursor",
        "cursor_path_in_response": "paging.next.after",
        "limit_name_in_request": "limit",
        "cursor_name_in_request": "after",
        "response_path": "results"
      }
    },
    "docs": "https://docs.nango.dev/integrations/all/hubspot"
  }
}

Path Parameters

provider
string
required

The provider name

Response

200
application/json
Successfully returned a specific provider
data
object
required