cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/customfield \ --header 'X-Team-ApiKey: <api-key>'
[ { "id": "encrypted-id-123", "name": "Custom Field Example", "type": 0, "description": "An example custom field" }, { "id": "encrypted-id-456", "name": "Another Custom Field", "type": 1, "description": "Another example custom field" } ]
Retrieve all custom fields.
Offset for pagination.
0
Limit for pagination.
10
Search term for filtering results.
"example search"
List of custom fields retrieved successfully.
The response is of type object[].
object[]
Was this page helpful?