🔐 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:
Obtain your credentials from the Zenpli dashboard or API team.
Generate a bearer token via our auth endpoint:
bash POST /auth/tokenAttach the token to all subsequent requests:
http Authorization: Bearer {your-token}
Resources: