NextGen APIs

NextGen APIs - How to use APIs

How can someone call an API? How can the pagination mechanism be enabled? Can the output fields be selected? In this section you will find answers to these questions and more.

Client responsibilities

  1. Read the Cookie: Your application needs to read the value of the XSRF-TOKEN cookie from the browser's cookie storage.

  2. Set the Header: For all state-changing API calls (typically any HTTP method other than GET, HEAD, or OPTIONS), your application must include the X-XSRF-TOKEN header with the exact value read from the cookie.

Feature guides