🔐 2. Authentication & Access

Última actualización Hace 9 meses

Summary:
All endpoints in the Lucy KYB API Suite require authentication via a bearer token obtained through the Zenpli identity provider (product and infrastructure teams=

Step-by-step:

  1. Obtain your credentials from the Zenpli dashboard or API team.

  2. Generate a bearer token via our auth endpoint:

    bash
    POST /auth/token
  3. Attach the token to all subsequent requests:

    http
    Authorization: Bearer {your-token}

Resources: