cURL
curl --request GET \ --url https://api.callaro.ai/api/v1/filterable_attributes/{id} \ --header 'Authorization: Bearer <token>'
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
Public for most models. usage_event requires authentication; tenant and partner API keys must have the corresponding usage-read permission.
usage_event
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Attributes
Was this page helpful?