latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
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
Example response
{
"data": {
"object_type": "account",
"type": "text"
}
}