Skip to main content
GET
/
kyc-connector
/
sumsub
/
ingestions
List Sumsub ingestions
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/kyc-connector/sumsub/ingestions \
  --header 'Authorization: Bearer <token>'
{
  "ingestions": [
    {
      "id": "019b2184-1ca9-7dd6-b7a5-ec242def68b0",
      "userId": "123e4567-e89b-12d3-a456-426614174000",
      "status": "queued",
      "processes": [
        "identity",
        "proof-of-address"
      ],
      "provider": "sumsub",
      "parameters": {
        "shareToken": "_act-sbx-jwt-eyJhbGciOiJub25lIn0.eyJqdGkiOiJ0ZXN0IiwidXJsIjoiaHR0cHM6Ly9leGFtcGxlLmNvbSJ9."
      },
      "createdAt": "2026-01-15T14:23:01.819Z",
      "updatedAt": "2026-01-15T14:23:01.819Z"
    },
    {
      "id": "019b218f-f235-79d3-866c-f56215e515e2",
      "userId": "123e4567-e89b-12d3-a456-426614174000",
      "status": "finished",
      "processes": [
        "identity",
        "proof-of-address"
      ],
      "provider": "sumsub",
      "parameters": {
        "shareToken": "_act-sbx-jwt-eyJhbGciOiJub25lIn0.eyJqdGkiOiJ0ZXN0IiwidXJsIjoiaHR0cHM6Ly9leGFtcGxlLmNvbSJ9."
      },
      "result": {
        "identity": {
          "status": "completed",
          "data": {
            "document": {
              "type": "passport",
              "number": "7700225VH",
              "country": "GB",
              "expiresAt": "2026-03-13"
            },
            "person": {
              "givenName": "John",
              "familyName": "Doe",
              "birthdate": "1987-01-01",
              "gender": "male"
            },
            "verifiedAt": "2020-01-01T00:00:00Z"
          },
          "files": [
            {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "category": "document",
              "context": "photo-document-front",
              "contentType": "image/png",
              "size": 204800,
              "providerDetails": {
                "fileId": "732150141"
              }
            }
          ]
        },
        "proofOfAddress": {
          "status": "failed",
          "error": {
            "code": "provider_data_not_available",
            "message": "Profile data not available in Sumsub applicant info"
          }
        }
      },
      "startedAt": "2025-12-15T10:17:45.113Z",
      "finishedAt": "2025-12-15T10:18:33.241Z",
      "createdAt": "2025-12-15T10:17:44.911Z",
      "updatedAt": "2025-12-15T10:18:33.241Z"
    }
  ],
  "pagination": {
    "first": "https://api.enterprise.uphold.com/kyc-connector/sumsub/ingestions?perPage=2",
    "next": "https://api.enterprise.uphold.com/kyc-connector/sumsub/ingestions?cursor=019b2184-1ca9-7dd6-b7a5-ec242def68b0&perPage=2"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication

Query Parameters

perPage
integer<int32>
default:10

The number of items per page.

Required range: 1 <= x <= 100

Response

200 - application/json

Sumsub ingestions retrieved.

ingestions
object[]
required
pagination
object
required

The pagination information.