List custom field keys

POST {{baseUrl}}/customFields/listKeys?next_page=<string>

List all active custom field keys, optionally filtered by entity type.

Request Params

KeyDatatypeRequiredDescription
next_pagestringCursor that indicates where the next page of results should start.

Request Body

{"entities"=>["customer", "commit"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;entity&quot;:&quot;plan&quot;,&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;enforce_uniqueness&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;entity&quot;:&quot;customer&quot;,&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;enforce_uniqueness&quot;:&quot;\u003cboolean\u003e&quot;}],&quot;next_page&quot;:&quot;\u003cstring\u003e&quot;}