cURL
curl --request POST \ --url https://api.heyy.io/api/v2.0/attributes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "externalId": "<string>", "description": "<string>", "isVisibleQuickEdit": true, "isVisibleContactsTable": true, "isVisibleContactCreate": true } '
{ "data": { "id": "<string>", "name": "<string>", "type": "<string>", "isVisibleQuickEdit": true, "isVisibleContactsTable": true, "isVisibleContactCreate": true, "createdAt": "<string>", "updatedAt": "<string>", "externalId": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes