Get Attribute

Returns a single custom attribute belonging to the authenticated account, joined with its group. Lookup is by either custom_attr_uuid (UUID) or custom_attr_key. Both are accepted in the body; supplying both narrows the match. Returns 422 if neither field is supplied, 404 if no attribute matches in the account.

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

UUID of the attribute. One of custom_attr_uuid or custom_attr_key is required.

string | null

Attribute key returned by the attribute APIs. One of custom_attr_uuid or custom_attr_key is required.

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