Nextal API Overview

Welcome to the Nextal API.

The API is built to allow you to create a functional application or integration quickly and easily. We know from experience – these are the APIs that power the Nextal application. The ecosystem of developers creating integrations on top of the APIs is strong and diverse.

All of the Nextal APIs are organized around REST – if you’ve interacted with a RESTful API already, many of the concepts will be familiar to you. All API calls to Nextal should be made to the https://public-api.nextal.com base domain. We use many standard HTTP features, like HTTP verbs, which can be understood by many HTTP clients. JSON will be returned in all responses from the API, including errors. The APIs are designed to have predictable, straightforward URLs and to use HTTP response codes to indicate API errors.