Include as headers

X-Treet-Client-Id
string
required

Client Id

X-Treet-Authentication-Key
string
required

Treet API Key

Example cURL Request

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}' \