Skip to main content
GET
/
api
/
v1
/
filterable_attributes
/
{id}
Filterable attributes for model
curl --request GET \
  --url https://api.callaro.ai/api/v1/filterable_attributes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Attributes

data
object
message
string | null
meta
object
request_id
string | null