Providers
Get a provider
Reference
Use Integrations - Reference
- Frontend SDK
- HTTP API
- Authentication
- Rate limits
- Providers
- Integrations
- Connections
- Scripts
- Syncs
- Actions
- Proxy
- Connect
- Backend SDKs
Build Integrations - Reference
Providers
Get a provider
Returns a specific provider
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
The provider name
Response
200
application/json
Successfully returned a specific provider
Available options:
OAUTH1
, OAUTH2
, OAUTH2_CC
, BASIC
, API_KEY
, APP_STORE
, CUSTOM
, APP
, NONE
, TBA
, TABLEAU
, JWT
, BILL
, TWO_STEP
, SIGNATURE
Was this page helpful?
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"
}
}