Skip to main content
GET
List all sessions

Authorizations

X-Api-Key
string
header
required

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

Query Parameters

page[size]
string

Number of items per page (default: 15)

Pattern: ^\d+$
Example:

"15"

page[after]
string

Cursor for fetching items after this point

Example:

"eyJ2YWx1ZXMiOnsiY3JlYXRlZF9hdCI6IjIwMjUtMTAtMjJUMjI6MTM6NDguMTQ5WiJ9LCJpZCI6IjNkZjk3MWQwLWNkNTYtNDAwNi05YmM0LTFjYmMzMjc1OWI2ZiJ9"

page[before]
string

Cursor for fetching items before this point

Example:

"eyJ2YWx1ZXMiOnsiY3JlYXRlZF9hdCI6IjIwMjUtMTAtMjJUMjI6MTM6NDguMTQ5WiJ9LCJpZCI6IjNkZjk3MWQwLWNkNTYtNDAwNi05YmM0LTFjYmMzMjc1OWI2ZiJ9"

page[total]
enum<string>

Include total count in response (may impact performance)

Available options:
true,
false
Example:

"true"

status
enum<string>

Filter sessions by status

Available options:
created,
started,
pending,
completed,
failed,
marked_for_review,
approved,
declined,
expired
Example:

"created"

entity_type
enum<string>

Filter sessions by entity type

Available options:
person,
business
Example:

"person"

filter[account]
string<uuid>

Filter sessions by account relationship ID

Example:

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

filter[session_device]
string<uuid>

Filter sessions by session device relationship ID

Example:

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

Response

Successfully retrieved sessions

data
object[]
required
meta
object
required