Authentication
Authentication is a mandatory step to interact with the Cartevo API.All requests must include a Bearer Token sent in the HTTP
Authorization header.Without this token, your calls will be rejected with an authentication error.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Using a Bearer token to call the API.
Authorization header.Authorization: Bearer <token>