New: French documentation now available! Switch to French
curl --request GET \
--url https://api.txcloud.io/v1/identity/supported-documents \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"type": "<string>",
"name": "<string>",
"countries": [
"<string>"
],
"sides_required": [
"<string>"
]
}
]
}Lists all supported document types
curl --request GET \
--url https://api.txcloud.io/v1/identity/supported-documents \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"type": "<string>",
"name": "<string>",
"countries": [
"<string>"
],
"sides_required": [
"<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.