Skip to main content
GET
List endpoints

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

space_id
string | null

Filter to one Space (raw uuid).

cursor
string | null
limit
integer<int64> | null

Page size (default 20, max 100).

Response

A page of endpoints (never a secret)

data
object[]
required
next_cursor
string | null