Skip to main content
GET
Search Organizations
Searches organizations owned by the authenticated workspace by name, email, or ID.

Authorizations

Authorization
string
header
required

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

Query Parameters

search
string
default:""
page
number
default:1
pageSize
number
default:20

Response

Successful response

success
boolean
required
message
string
required
data
object[]
required
total
number
required
totalPages
number
required
currentPage
number
required