LookupApi

Check Country Eligibility

Checks whether a given country is eligible by its country short code.

post/checkcountryiseligible

Request body

countryCodestring nullable

Country code in ISO 3166-1 alpha-2 format (e.g., 'US' for the United States, 'DE' for Germany).

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable

Changes