List supported documents
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>"
]
}
]
}Configuration
List supported documents
Lists all supported document types
GET
/
identity
/
supported-documents
List supported documents
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>"
]
}
]
}⌘I