Skip to main content
GET
List Networks

En-têtes

Authorization
string
requis

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

Paramètres de requête

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.

Réponse

200 - application/json

OK

data
object[]

Network list

next_cursor
string

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

Exemple:

"eyJpZCI6Im5ldHdvcmstYWJjMTIzIn0"

has_more
boolean

Whether there are more pages

Exemple:

true

Dernière modification le 10 août 2026