cURL
curl --request GET \ --url http://localhost:4000/v1/fields/contact-stage \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": 123, "name": "<string>", "identifier": "<string>", "inputType": "<string>", "type": "<string>", "isSystemField": true, "accountId": 123, "userId": 123, "createdAt": "<unknown>", "updatedAt": "<unknown>", "user": { "firstName": "<string>", "lastName": "<string>" } }
Retrieve the Contact Stage custom field for the authenticated account
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
Contact Stage field with options
Show child attributes