ad855d921ee9

latestOpenAPI 3.0.32026-08-14137304312.9 KB
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"
  }
}