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>"
      ]
    }
  ]
}

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[]