Skip to content

List organizations

GET
/organizations

Public list of approved/verified, non-deleted organizations. Returns the safe public column set plus a true total count. Rate-limited.

Parameters

Query Parameters

verification_status

Only approved or verified take effect; other values fall back to the default public filter.

Type
string
Valid values
"approved""verified"
country
Type
string
limit

Clamped to 1..100. Defaults to 20.

Type
integer
Minimum
1
Maximum
100
Default
20
offset
Type
integer
Minimum
0
Default
0

Responses

Paginated list of organizations

application/json
JSON
{
"data": [
{
"id": "string",
"legal_name": "string",
"dba_name": "string",
"slug": "string",
"country": "string",
"website": "string",
"logo": "string",
"banner_image": "string",
"description": "string",
"verification_status": "string",
"kind": "string",
"created_at": "string"
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress