Skip to Content
Welcome to the EV24 Knowledge Base – here you’ll find technical support, documentation, and key documents
Partner ZoneIntegrators

Integrators

EV24 API enables server-to-server integrations for partners and clients who have API access enabled in their profile.

Who EV24 API is for

EV24 integration API is intended for:

  • partners who manage clients or want to automate selected processes in their organization,
  • clients who need programmatic access to features exposed through the integration API,
  • technical teams building system-to-system integrations with EV24.

Access requirements

To use EV24 API:

  1. the partner or client profile must have API access enabled,
  2. the user must have access to the Integration section in their profile,
  3. the API token must be generated in the EV24 portal.

Enabling API access may require prior activation of the service by an EV24 administrator.

How to obtain a token

Enable API access

An EV24 administrator enables API access for the partner or client profile.

Open the Integration section

Sign in to the EV24 portal and open the Integration tab in the partner or client profile.

Generate a token

Use the token generation option. The token is displayed only once immediately after generation.

Store the token securely

After leaving the view, the token will not be shown again.

Security rules

  • pass the token in the Authorization header as Bearer,
  • generating a new token immediately invalidates the previous one,
  • the token can be revoked manually from the profile,
  • once API access is disabled, all related tokens stop working.

How to use the token

Example authorization header:

Authorization: Bearer ev24_api_xxxxx.yyyyy

API base URL:

https://api.ev24.cloud

Endpoint documentation is available here: