API configuration: contentstack

Features

FeatureStatus
Auth (OAuth)βœ…
Syncs & Actionsβœ…
Nango Proxyβœ…
Auto-pagination🚫 (time to contribute: <1h)
API-specific rate limits🚫 (time to contribute: <1h)
We can implement missing features in <48h, just ask for it in the community.

Getting started

Need help getting started? Get help in the community.

Connection configuration in Nango

Contentstack requires a region specific subdomain extension to run OAuth. The region depends on where your user’s data is hosted with Contentstack.

You also need your app’s UID, wich you should get from Contentstack after registering.

You should request this from the user and pass it to Nango in the nango.auth() call:

nango.auth('contentstack', '<CONNECTION-ID>',
            {
                params: {
                    subdomain: 'app',
                    appId: '<app-uid>'
                }
            });

For more details see the docs here.

API gotchas

None yet, add yours!

Add Getting Started links and Gotchas by editing this page