Custom Fields

Create Custom Field

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
typestring · enumOptionalPossible values:
hiddenbooleanOptional
optionsstring[]Optional
formatstring · enumOptionalPossible values:
Responses
chevron-right
200

Success

application/json
post
/custom-fields

Get Custom Field

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customFieldIdstringRequired
Responses
chevron-right
200

Success

application/json
get
/custom-fields/{customFieldId}

Update Custom Field

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customFieldIdstringRequired
Body
namestringOptional
typestring · enumOptionalPossible values:
optionsstring[]Optional
formatstring · enumOptionalPossible values:
Responses
chevron-right
200

Success

application/json
patch
/custom-fields/{customFieldId}

Delete Custom Field

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customFieldIdstringRequired
Responses
chevron-right
200

Success

application/json
delete
/custom-fields/{customFieldId}

List Custom Fields

get

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
chevron-right
200

Success

application/json
get
/custom-fields

Bulk Create Custom Fields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

Success

application/json
post
/custom-fields/bulk-create

Last updated

Was this helpful?