latestOpenAPI 3.0.32026-08-15138306314.9 KB

cfd9e65e79bb

custom-fields

Get a custom field by its ID

Returns a single custom field definition by ID.

Rate limit: 60 requests per minute

get/custom-fields/{id}

Path parameters

idstring required

The ID of the custom field.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "object_type": "account",
    "type": "text"
  }
}