Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
Available options:
workspace,
organisation,
all
workspace_id
string
page_size
integer
default:100
Required range: 1 <= x <= 1000
current_page
integer
default:0
Required range: x >= 0

Response

200 - application/json
data
object[]
total
integer
has_more
boolean
Last modified on September 18, 2026