Search organizations
Search organizations by name with fuzzy matching. Can filter to only partnered organizations. Includes pending join request status. Requires user authentication.
Search organizations by name with fuzzy matching. Can filter to only partnered organizations. Includes pending join request status. Requires user authentication.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
q?string
type?string
partneredWith?string
limit?string
includePending?string
Response Body
application/json
curl -X GET "https://example.com/organization/search"{ "organizations": [ { "id": "string", "name": "string", "city": "string", "slug": "string", "currency": "string", "hasRequest": true, "partnershipStatus": "active", "provisioningStatus": "claimed" } ]}Empty
Empty
Empty
Revoke the organization's active join code DELETE
Revokes the current active join code so it can no longer be redeemed. Owners and admins only.
Search organizations to join GET
Search for organizations the current user could request to join. Includes existing request and membership status for each result. Used during onboarding.