Authentication
Authorization Header
API Keys
Example Header
GET {API_URL}/sample-endpoint HTTP/1.1
x-http-authorization: Your.API.Key-HEREcurl -X "GET" "{API_URL}/sample-endpoint" -H "x-http-authorization: Your.API.Key-HERE" -H "Content-Type: application/json"Last updated