Skip to main content
GET
List Context

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

limit
integer
Required range: 1 <= x <= 100
page_token
string<uuid> | null
order
string
Pattern: ^(asc|desc)$
order_by
string
Pattern: ^created_at|updated_at$
include_empty
boolean
default:true
provider_id
string<uuid> | null

Response

Successful Response

items
Context · object[]
required
total_count
integer
required
next_page_token
string<uuid> | null
required
has_more
boolean
default:false