Skip to main content
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>"
      ]
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

API key as Bearer token

Query Parameters

country
string

Filter by country code

Response

200 - application/json

Supported documents

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