Skip to main content
List Contact Lists

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Contact List ID

organisation_id
string

Organisation ID

name
string

Name of contact list

created_at
string
updated_at
string
select
string

Filtering Columns

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json

OK

id
string<uuid>
default:random uuid

Contact List ID

organisation_id
string<uuid> | null

Organisation ID

name
string<text>

Name of contact list

created_at
string<timestamp with time zone>
default:now()
updated_at
string<timestamp with time zone>
default:now()