Authentication
All requests to the Mindo API require authentication via an API Key sent in theX-API-Key header.
Authentication header
Examples
Authentication errors
| Code | Message | Cause |
|---|---|---|
401 | "Este endpoint requiere autenticacion con API Key (header X-API-Key)" | The X-API-Key header was not sent |
401 | "API Key expirada" | The API Key has expired or was revoked |
403 | "API Key no tiene acceso a este recurso" | The API Key does not have permissions for this endpoint |

