Skip to content

Getting Started

Before you can get started developing a custom integration using our Web API, you must complete the following steps:

  1. Complete the Konexus Developer Survey.
  2. Receive your OAuth2.0 client credentials from Konexus Support.
  3. Obtain a short-lived access token by authenticating your Application using OAuth 2.0 Client Credentials flow and
  4. Make authenticated requests to the API by including the access token in the Authorization header of each request.

Warning

A new developer account is not authorized to make API requests until it has been linked to a paid customer's subscription and their developer sandbox account has been provisioned.

Whats next?

Previous: Overview Next: Get authenticated