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.
- Log in to XDENT.
- Go to My Account → API Management.
- Click the + Add API Key button.
- 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_KEYA successful response returns your key identifiers. See Identity.
Step 3 – Start integrating
Continue as needed:
- Live data → Clients, Locations, Staff
- Exports and statistics → Export workflow, Export types overview
Recommended reading order
Interactive API documentation
Interactive Swagger UI is available here.
Use it for quick endpoint testing and schema browsing.