-
Notifications
You must be signed in to change notification settings - Fork 3
REST API
Olivier Robert edited this page Nov 11, 2020
·
3 revisions
- Production:
https://survey-api.nimblehq.co/
- Staging:
https://nimble-survey-web-staging.herokuapp.com/
Doorkeeper provides all OAuth 2 functionality.
💡 Refer to this page for instructions on how to make authenticated API requests.
The application follows the standard JSON API spec v1.
It's recommended for client applications to either use a third-party or custom adapter to deserialize JSON API responses with ease.
Refer to this list of adapters for Android.
Refer to this list of adapters for iOS.