Skip to main content
GET
List counterparties

Authorizations

Authorization
string
header
required

A workspace API key created in ThinkOut settings. One key reads one workspace.

Query Parameters

limit
integer
default:100

Page size.

Required range: 1 <= x <= 500
cursor
string

Opaque token from the previous page's next_cursor.

Response

A page of counterparties.

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required

Whether another page exists.

next_cursor
string | null
required

Pass as cursor to fetch the next page. null on the last page.