List pending join requests
List all pending join requests for the current organization. Only organization owners can view these. Available to both labs and clinics.
List all pending join requests for the current organization. Only organization owners can view these. Available to both labs and clinics.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Response Body
application/json
curl -X GET "https://example.com/organization/join-request"{ "requests": [ { "id": "string", "userId": "string", "status": "string", "message": "string", "createdAt": null, "userName": "string", "userEmail": "string" } ]}Empty
Empty
Empty
Get public profile of an organization GET
Retrieve the public-facing profile of a discoverable organization, including description, cover image, gallery, and product categories (for labs). Requires authentication.
List current user's memberships GET
List all organizations the current user is a member of, including role, type, and logo. Used for org switching.