How to use the Treet API Key to make authenticated requests
Client Id
Treet API Key
curl --request GET 'https://api.treet.co/test-endpoint' \ -H 'X-Treet-Client-Id: {your client id}' \ -H 'X-Treet-Authentication-Key: {your API key}' \