Skip to main content
GET
/
identity
/
countries
List supported countries
curl --request GET \
  --url https://api.txcloud.io/v1/identity/countries \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "code": "<string>",
      "name": "<string>",
      "status": "full_support",
      "document_types": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API key as Bearer token

Response

200 - application/json

Supported countries

object
enum<string>
Available options:
list
data
object[]