Skip to main content
GET
List Endpoints

En-têtes

Authorization
string
requis

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

Paramètres de requête

limit
integer

Maximum number of items to return. Integer, value >= 0.

cursor
string

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

keyword
string

Search keyword.

member_ids
string

Filter by member ID. Multiple IDs are comma-separated.

Réponse

200 - application/json

OK

data
object[]

Endpoint list

next_cursor
string

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

Exemple:

"next-endpoint-cursor"

has_more
boolean

Whether there are more pages

Exemple:

true

Dernière modification le 10 août 2026