Reference
Use Integrations
- HTTP API
- Authentication
- Rate limits
- Integrations
- Connections
- Scripts
- Syncs
- Actions
- Proxy
- Backend SDKs
- Frontend SDK
- Webhooks
Build Integrations
Integrations
Create an integration
Create a new integration
POST
/
config
Copy
Ask AI
curl --request POST \
--url https://api.nango.dev/config \
--header 'Content-Type: application/json' \
--data '{
"provider_config_key": "<string>",
"provider": "<string>",
"oauth_client_id": "<string>",
"oauth_client_secret": "<string>",
"oauth_scopes": "<string>"
}'
Copy
Ask AI
{
"config": {
"unique_key": "slack-nango-community",
"provider": "slack"
}
}
Copy
Ask AI
{
"config": {
"unique_key": "slack-nango-community",
"provider": "slack"
}
}
Body
application/json
Response
200
application/json
Successfully created an integration
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.nango.dev/config \
--header 'Content-Type: application/json' \
--data '{
"provider_config_key": "<string>",
"provider": "<string>",
"oauth_client_id": "<string>",
"oauth_client_secret": "<string>",
"oauth_scopes": "<string>"
}'
Copy
Ask AI
{
"config": {
"unique_key": "slack-nango-community",
"provider": "slack"
}
}
Assistant
Responses are generated using AI and may contain mistakes.