Nintex public API

A public API (Application Programming Interface) acts like a connector between software applications, enabling them to talk and exchange information. GraphQL, a robust language for APIs, is used to communicate with the Nintex public API, enhancing the ability to request and handle data, ensuring ease and efficiency in API interactions.

How GraphQL works

Typically, a GraphQL API will involve a query and possibly some variables that you pass along. The query should follow a schema to ensure standardization. After receiving the query, the API will then return with a response and provide the value that you requested in your query. Following are some information on this.

Prerequisites when working with Nintex APIs

When using Nintex APIs, you need to provide an endpoint and obtain an access token before you can access the API. Following are some details related to this.