v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Participant Jurisdictions

List countries

Returns a list of ISO 3166-1-A2 country codes & country names.

get/jurisdiction/countries

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Successfully retrieved list of ISO 3166-1 alpha-2 country codes and names.

codestring
namestring

Example response

[
  {
    "code": "US",
    "name": "United States"
  }
]