Getting Started
All Entrupy API requests require authentication via a bearer token. Tokens are issued through your Entrupy partner account and should be supplied in the Authorization
header as Token <your-token>
.
Tokens must be stored securely on your server and never embedded in client applications.
Most endpoints also accept an Api-Version
header which specifies the exact API version you are targeting. This allows Entrupy to introduce new functionality without breaking existing integrations.