Integrations
Create an Integration
Integrations
Create an Integration
Create a new Integration
POST
/config
Bearer*
curl --request POST \
--url https://api.nango.dev/config \
--header 'Authorization: Bearer <token>' \
--data '{
"oauth_client_id": "<oauth_client_id>",
"oauth_client_secret": "<oauth_client_secret>",
"provider": "<provider>",
"provider_config_key": "<provider_config_key>"
}'
Body
oauth_client_idrequired
string
The ID of your OAuth app (registed with the external API).
oauth_client_secretrequired
string
The secret of your OAuth app (registed with the external API).
oauth_scopes
string
Comma separated list of scopes.
providerrequired
string
The Nango Integration Template.
provider_config_keyrequired
string
The Integration ID that you created on Nango.
curl --request POST \
--url https://api.nango.dev/config \
--header 'Authorization: Bearer <token>' \
--data '{
"oauth_client_id": "<oauth_client_id>",
"oauth_client_secret": "<oauth_client_secret>",
"provider": "<provider>",
"provider_config_key": "<provider_config_key>"
}'