Skip to main content

Authentication

Eledo uses HTTP header authentication with an API Key.

All API requests must include the API Key in the request headers.


Authentication headers

HeaderTypeRequiredDescription
Api-KeyStringYesYour API Key

Example

GET /api/RESTv1/Profile
Api-Key: your_api_key

Important notes

  • Requests without a valid API Key will fail
  • The API Key must be included in every request
  • Keep your API Key secure and do not expose it in client-side code
  • Invalid API Keys return an authentication error response

Next steps

  • Retrieve templates → List
  • Generate documents → Generate

Was this article helpful?

Yes
No