cURL
curl --request GET \ --url https://api.cal.com/v2/organizations/{orgId}/attributes/{attributeId}/options \ --header 'Authorization: <authorization>'
{ "status": "success", "data": [ { "id": "attr_option_id", "attributeId": "attr_id", "value": "option_value", "slug": "option-slug" } ] }
Required membership role: org member. PBAC permission: organization.attributes.read. Learn more about API access control at https://cal.com/docs/api-reference/v2/access-control
org member
organization.attributes.read
value must be Bearer <token> where <token> is api key prefixed with cal_
Bearer <token>
<token>
success
error
"success"
Show child attributes
Was this page helpful?