List partnerships for the current organization
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.
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.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
Page number
1 <= value1Items per page
1 <= value <= 10020Search term for partner name, email, or city
Filter by partnership status
"all"Filter by practice group ID
Field to sort by
"name"Value in
- "name"
- "totalOrders"
- "activeOrders"
- "lastOrderDate"
- "createdAt"
Sort direction
"asc"Value in
- "asc"
- "desc"
Response Body
application/json
curl -X GET "https://example.com/partnerships"{ "data": [ { "id": "string", "partnerId": "string", "partnerName": "string", "partnerEmail": "string", "partnerPhone": "string", "partnerCity": "string", "partnerLogo": "string", "status": "string", "initiatedBy": "string", "totalOrders": 0, "activeOrders": 0, "lastOrderDate": "string", "practiceGroupId": "string", "practiceGroupName": "string", "billingOwnerId": "string", "partnerProvisioningStatus": "claimed", "claimKind": "provisional_owner", "createdAt": "string" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}Invite an owner to claim a lab-managed clinic POST
Starts an ownership handoff for an imported clinic while preserving its existing active partnership and history.
Reactivate a suspended partnership POST
Reactivate a suspended partnership back to active status. Either party in the partnership can reactivate it. Sends a notification to the other party. Available to both labs and clinics.