New: French documentation now available! Switch to French
curl --request GET \
--url https://api.txcloud.io/v1/identity/sessions/{id} \
--header 'Authorization: Bearer <token>'{
"id": "sess_a1b2c3d4e5f6",
"object": "identity.session",
"status": "pending",
"document_type": "<string>",
"country": "<string>",
"documents": [
{
"side": "<string>",
"uploaded": true,
"quality_score": 123
}
],
"selfie_uploaded": true,
"expires_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}Retrieves session status and uploaded documents
curl --request GET \
--url https://api.txcloud.io/v1/identity/sessions/{id} \
--header 'Authorization: Bearer <token>'{
"id": "sess_a1b2c3d4e5f6",
"object": "identity.session",
"status": "pending",
"document_type": "<string>",
"country": "<string>",
"documents": [
{
"side": "<string>",
"uploaded": true,
"quality_score": 123
}
],
"selfie_uploaded": true,
"expires_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}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.
API key as Bearer token
Session ID
Session details
"sess_a1b2c3d4e5f6"
identity.session pending, ready, completed, expired Show child attributes