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>"
}'
{
"config": {
"unique_key": "slack-nango-community",
"provider": "slack"
}
}
Create a new integration
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>"
}'
{
"config": {
"unique_key": "slack-nango-community",
"provider": "slack"
}
}
{
"config": {
"unique_key": "slack-nango-community",
"provider": "slack"
}
}
Successfully created an integration
The response is of type object
.
Was this page helpful?