ad855d921ee9
latestOpenAPI 3.0.32026-08-14137304312.9 KBcustom-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
Example response
{
"data": {
"object_type": "account",
"type": "text"
}
}