Optionalparams: { page?: number; pageSize?: number; search?: string }Query parameters.
Optionalpage?: numberPage number to retrieve, starting at 1. Defaults to 1 when omitted.
OptionalpageSize?: numberNumber of organizations to return per page. Defaults to 25; maximum is 100.
Optionalsearch?: stringFree-text search term matched against organization name, slug, and domain (case-insensitive). Omit to return all organizations in the app.
Successful response
Search organizations Returns a paginated list of organizations within the authenticated app scope, optionally filtered by a free-text search term matched against name, slug, and domain (case-insensitive). Results are ordered by relevance when a search term is provided, and by creation time descending otherwise. The response includes only public-facing organization fields: ID, name, domain, and logo. Use the developer-scoped org endpoints to access full organization records. Pagination is offset-based. Pass
pageandpage_sizeto navigate through results. Thehas_nextandhas_prevfields indicate whether adjacent pages exist.