Get partnership detail view
Retrieve full partnership details including partner organization info, order/patient statistics, practice group, and gallery images. Only accessible by organizations that are part of the partnership.
Retrieve full partnership details including partner organization info, order/patient statistics, practice group, and gallery images. Only accessible by organizations that are part of the partnership.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Partnership ID
Response Body
application/json
curl -X GET "https://example.com/partnerships/550e8400-e29b-41d4-a716-446655440000"{ "partnershipId": "string", "partnerId": "string", "partnerType": "lab", "status": "string", "initiatedBy": "string", "practiceGroupName": "string", "notes": "string", "createdAt": "string", "partner": { "name": "string", "logo": "string", "email": "string", "phone": "string", "billingEmail": "string", "address": "string", "addressLine2": "string", "city": "string", "postcode": "string", "country": "string", "website": "string", "companyNumber": "string", "taxRegistrationNumber": "string", "description": "string", "hasCoverImage": true, "latitude": "string", "longitude": "string" }, "stats": { "totalOrders": 0, "activeOrders": 0, "totalPatients": 0 }, "gallery": [ { "id": "string", "sortOrder": 0 } ]}Cancel a pending partnership request POST
Cancel a pending partnership request. Only the initiating party can cancel. Also cancels any associated pending invitations. Available to both labs and clinics.
Get clinic detail view for a partnership GET
Retrieve detailed clinic information for a partnership, including clinic contact info, order statistics, and patient count. Lab only - uses the partnership ID as the path parameter.