API Keys
API keys are used to authenticate to the Claap platform. They are defined at workspace level and give access to the workspace resources.API keys are only active for customers in free trials or having an active subscription. API requests from free plans will be rejected with
401 Unauthorized
.HTTP Header: X-Claap-Key
All requests must be authenticated by passing the key value in HTTPX-Claap-Key
header:
cla_abcdefghijkl
, then the following header should be used:
401 Unauthorized
error.