Skip to content

Getting started

Step 1 – Create an API key in XDENT

The API key is created directly in the XDENT application:

Only an administrator account can manage API keys.

  1. Log in to XDENT.
  2. Go to My Account → API Management.
  3. Click the + Add API Key button.
  4. Store the key securely – we will not show it again.

For details, including IP authorization setup, see the Authentication section.

Step 2 – Verify the key works

The simplest verification is calling the identity endpoint, which requires no parameters:

http
GET /api/v1/Identity
X-Api-Key: YOUR_API_KEY

A successful response returns your key identifiers. See Identity.

Step 3 – Start integrating

Continue as needed:

  1. Authentication
  2. Rate limits
  3. Error states
  4. Exports
  5. API Reference

Interactive API documentation

Interactive Swagger UI is available here.
Use it for quick endpoint testing and schema browsing.