Skip to main content
GET
List verifications

Authorizations

X-Api-Key
string
header
required

API key for authentication. Access https://console.beltic.com/ to obtain your API key.

Query Parameters

status
enum<string>

Filter by verification status

Available options:
initiated,
passed,
failed,
requires_retry,
canceled
Example:

"passed"

session_id
string

Filter by session ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

created_at_from
string

Filter verifications created after this date (ISO 8601)

Example:

"2025-01-01T00:00:00.000Z"

created_at_to
string

Filter verifications created before this date (ISO 8601)

Example:

"2025-12-31T23:59:59.999Z"

page[size]
integer

Number of items per page (1-100)

Required range: 1 <= x <= 100
Example:

15

page[after]
string

Cursor for forward pagination

page[before]
string

Cursor for backward pagination

page[total]
boolean | null

Include total count in response

Example:

true

Response

Verifications retrieved successfully

data
object[]
required
meta
object
required