Get mandatory user fields per country

Returns, for each requested destination country, the traveler-profile fields that compliance workflows require for a trip there. 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 — so it reflects what will actually block a trip.

Fields whose requiredness depends on another profile value (e.g. only for certain nationalities) carry a conditions array; evaluate it against the traveler to decide whether the field applies.

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 and you can skip reconciling. 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.

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