Skip to main content
GET
/
api
/
email
/
dynamic-fields
Get dynamic fields for a context type
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

context_type
string
required

Context type key, e.g. invoice

Response

Dynamic fields returned successfully

fields
object[]
required