API key authentication
Send the assigned API key in theX-API-Key request header for every protected request:
Examples use
BASE_URL_PLACEHOLDER. Obtain the environment-specific API base URL and API key from the Utexo team before integration. The base URL includes the /v1 version prefix.Request requirements
IncludeX-API-Key on every protected endpoint. Utexo rejects requests with a missing or invalid key. Do not expose the API key in client-side applications or public repositories.