Get mandatory entity fields per country

Returns, for each requested destination country, the entity (legal entity / location) fields that compliance workflows require for a trip there — VAT ID, HR number, registered address and the like. Requiredness is resolved from the processes mapped to that destination and the workflows attached to them, the same source of truth the trip-completeness check uses.

Detecting changes: this endpoint returns a whole snapshot plus a version. Store the version and compare it on your next poll — if it is unchanged, nothing this endpoint reports has changed. There is deliberately no since cursor: the underlying workflow links carry no timestamps and are hard-deleted, so a field that stopped being mandatory would leave no trace in a row-level feed.

Note that entity-field requiredness is configured globally rather than per company, so two companies asking about the same country see the same required set — only company-specific custom fields differ.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

ISO2 origin (sending) country. Omit it and the response covers only what the destination country itself requires (its posted-worker declaration). Pass it to additionally include the origin country's own obligations — the A1 certificate is issued by the traveler's home country, so those requirements depend on where the trip starts, not where it ends.

string
required

Comma-separated ISO2 destination country codes, e.g. PT,DE. Max 50 per request.

Responses

400

Missing countries, more than 50 countries requested, an unknown country code, or origin repeated more than once.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json