cURL
curl --request GET \ --url https://api.exante.app/api/email/dynamic-fields \ --header 'Authorization: Bearer <token>'
{ "fields": [ { "token": "{client_name}", "label": "Client Name", "type": "str" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Context type key, e.g. invoice
Dynamic fields returned successfully
Show child attributes