API Reference
Trébol is based on API REST. Request bodies should be in JSON format. Responses are JSON formatted. We also use standard HTTP response codes.
To connect, use our Base URL:
Base URL |
---|
https://api.gotrebol.com |
Authentication
All your calls to Trébol's API should include an Authentication header. We use API Keys Authentication, with a header key x-api-key
and value your Trébol API key. To get you API Key, please contact us.
Header Key | Value Key |
---|---|
x-api-key | your-trebol-api-key |