Skip to main content

🚀 Quickstart

Connect to Juniper Mist with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Juniper Mist.
2

Authorize Juniper Mist

Go to Connections -> Add Test Connection -> Authorize, then enter your API token. Later, you’ll let your users do the same directly from your app.
3

Call the Juniper Mist API

Let’s make your first request to the Juniper Mist API (retrieve your user information). Replace the placeholders below with your secret key, integration ID, and connection ID:
curl "https://api.nango.dev/proxy/v1/api/v1/self" \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
4

Next steps

You’re all set! Check out the integration guides below to learn more about what you can do with the Juniper Mist API.

Integration Guides

Official Documentation

For more information about the Juniper Mist API, visit the Juniper Mist API documentation.