Auth Endpoints
Contacts authenticate with Auth/Token. Send the API key in the X-Api-Key header to select the tenant, then exchange the contact email and password for a Bearer token. Use that token plus the same API key on later requests.
See the Authentication guide for the full header flow, curl examples, and how this differs from the legacy API.
Operations
| Method | Route | Docs | Auth |
|---|---|---|---|
POST |
Auth/Token |
CreateToken | Anonymous |
POST |
Auth/Validate |
ValidateToken | Anonymous |