Skip to main content
GET
List Endpoints

ヘッダー

Authorization
string
必須

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

クエリパラメータ

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.

レスポンス

200 - application/json

OK

data
object[]

Endpoint list

next_cursor
string

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

:

"next-endpoint-cursor"

has_more
boolean

Whether there are more pages

:

true

最終更新日 2026年8月10日