Skip to main content
GET
List organizations

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format: Bearer <basedash_api_key>

Query Parameters

limit
integer
default:50

Maximum number of items to return (1-100, default 50)

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination (ID of the last item from previous page)

include
enum<string>

Include sensitive fields in the response. Use jwtSecret to include the embed JWT secret (only included for organizations where the user is an admin).

Available options:
jwtSecret

Response

Organizations retrieved successfully. The jwtSecret field is only included when explicitly requested via ?include=jwtSecret and only for organizations where the user is an admin.

data
object[]
required
pagination
object
required