Invite an owner to claim a lab-managed clinic
Starts an ownership handoff for an imported clinic while preserving its existing active partnership and history.
Starts an ownership handoff for an imported clinic while preserving its existing active partnership and history.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/partnerships/string/invite-owner" \ -H "Content-Type: application/json" \ -d '{ "managerEmail": "user@example.com" }'{ "success": true, "organizationId": "string"}Invite a new clinic to GuideLab POST
Create a new clinic organization and pending partnership in one step. Sends an invitation email to the clinic manager. Lab only.
List partnerships for the current organization GET
Retrieve a paginated list of partnerships with order statistics. Labs see clinic partners, clinics see lab partners. Supports search, status filtering, practice group filtering, and configurable sorting. Available to both labs and clinics.