Skip to main content
GET
List Networks

Headers

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Query Parameters

limit
integer

Page size. Integer, value >= 0.

cursor
string

Pagination cursor. String, length: 0-1024 characters.

name
string

Filter by Network name. String, length: 0-255 characters.

member_ids
string

Filter by member ID. Multiple IDs are comma-separated. String, length: 0-255 characters.

Response

200 - application/json

OK

data
object[]

Network list

next_cursor
string

Cursor for the next page. Empty string when there is no next page

Example:

"eyJpZCI6Im5ldHdvcmstYWJjMTIzIn0"

has_more
boolean

Whether there are more pages

Example:

true

Last modified on June 23, 2026