Skip to content

REST API

Olivier Robert edited this page Nov 11, 2020 · 3 revisions

Environments

  • Production: https://survey-api.nimblehq.co/
  • Staging: https://nimble-survey-web-staging.herokuapp.com/

Authentication

Doorkeeper provides all OAuth 2 functionality.

💡 Refer to this page for instructions on how to make authenticated API requests.

Structure

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.

Android

Refer to this list of adapters for Android.

iOS

Refer to this list of adapters for iOS.

Clone this wiki locally