cURL
curl --request GET \ --url https://api.cal.com/v2/organizations/{orgId}/attributes/{attributeId} \ --header 'Authorization: <authorization>'
{ "status": "success", "data": { "id": "attr_123", "teamId": 1, "type": "TEXT", "name": "Attribute Name", "slug": "attribute-name", "enabled": true, "usersCanEditRelation": true } }
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?