New: French documentation now available! Switch to French
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>"
]
}
]
}Lists all supported countries and their document types
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>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.txcloud.thetekcircle.io/llms.txt
Use this file to discover all available pages before exploring further.