Skip to main content
GET
List Endpoints

Headers

Authorization
string
required

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

Query Parameters

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.

Response

200 - application/json

OK

data
object[]

Endpoint list

next_cursor
string

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

Example:

"next-endpoint-cursor"

has_more
boolean

Whether there are more pages

Example:

true

Last modified on June 23, 2026