Get Attributes

Returns custom attributes belonging to the authenticated account, joined with their group. Optional filters: custom_attr_group_uuid (account-scoped UUID, returns 422 if unknown), custom_attr_key (attribute key). Optional order_by map of column => direction for sorting; valid columns are custom_attr_display_order, custom_attr_name, custom_attr_key, custom_attr_type, custom_attr_group_name. Default order: custom_attr_display_order ASC, custom_attr_name ASC.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid | null

Optional. Restrict results to attributes belonging to this group.

string | null

Optional. Filter to attributes with this key.

order_by
object | null

Map of column => direction (asc or desc). Valid columns: custom_attr_display_order, custom_attr_name, custom_attr_key, custom_attr_type, custom_attr_group_name. Unknown columns are silently ignored.

Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json