Skip to main content
GET
/
v1
/
verifications
Fetch verifications
curl --request GET \
  --url https://server.heliumid.io/api/v1/verifications
{
  "status": true,
  "message": "Fetched verifications",
  "data": [
    {
      "status": "failed",
      "statusCode": 4100,
      "workspace": "69c2a7808dfaf71f28ba3e65",
      "accessToken": {
        "alias": "First Key",
        "id": "69c79158ec948d222ff8249a"
      },
      "verificationMethod": "auto",
      "deletedAt": null,
      "createdAt": "2026-04-07T04:09:55.014Z",
      "updatedAt": "2026-04-07T04:11:32.492Z",
      "selfie": {
        "key": "69d483937c7c37d8991b5b1e-selfie.jpeg",
        "url": "https://s3.eu-north-1.amazonaws.com/io.c80.heliumid/69d483937c7c37d8991b5b1e-selfie.jpeg"
      },
      "doc": {
        "type": "National Identity Card",
        "key": {
          "front": "69d483937c7c37d8991b5b1e-document-front.jpeg",
          "back": "69d483937c7c37d8991b5b1e-document-back.jpeg"
        },
        "url": {
          "front": "https://s3.eu-north-1.amazonaws.com/io.c80.heliumid/69d483937c7c37d8991b5b1e-document-front.jpeg",
          "back": "https://s3.eu-north-1.amazonaws.com/io.c80.heliumid/69d483937c7c37d8991b5b1e-document-back.jpeg"
        },
        "data": {
          "front": [
            "FEDERAL REPUBLIC OF NIGERIA",
            "National Identity Card",
            "SURNAME",
            "DOE",
            "FIRST NAME",
            "JOHN"
          ]
        }
      }
    }
  ]
}

Headers

x-api-key
string

Response

200 - application/json

Fetch verifications

status
boolean
message
string
data
object[]