curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/options/{userId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": [
{
"id": "<string>",
"attributeId": "<string>",
"value": "<string>",
"slug": "<string>"
}
]
}
curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/options/{userId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": [
{
"id": "<string>",
"attributeId": "<string>",
"value": "<string>",
"slug": "<string>"
}
]
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_
The response is of type object
.