v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Consumption

Get Identifications consumption records

Returns the list of Identifications consumption records.

get/consumptions/records/identifications

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

created_atobject

Filter by date of creation.

Filter by created_at. Allowed operators: between, before, after. Format: yyyy-mm-dd Examples:

  • created_at[between]=2025-03-02,2025-03-04
  • created_at[after]=2025-03-02

Response

OK

Example response

{
  "data": [
    {
      "created_at": "2024-05-01 12:00:00",
      "signer_id": "0e8f7f8a-1b2c-4d3e-9f0a-b1c2d3e4f5a6",
      "signer_email": "test@example.com",
      "signature_request_id": "6c82bd7a-d7f7-45e0-82f4-b92222567346",
      "signature_request_name": "Signature Name",
      "signature_level": "simple_electronic_signature",
      "identified_at": "2024-05-01 12:00:00",
      "identification_status": "rejected",
      "identification_reasons": [
        "too_blury"
      ],
      "sender_id": "0e8f7f8a-1b2c-4d3e-9f0a-b1c2d3e4f5a6",
      "sender_email": "test@example.com",
      "authentication_key": "authkey_live_2x1s3k9p",
      "external_id": "ext-12345",
      "workspace_id": "9b6ed2f3-244f-487a-baa1-bbe4f51c8748",
      "workspace_name": "My workspace",
      "signer_fullname": "Jane Doe",
      "workspace_external_name": "My workspace"
    }
  ]
}