Search for potential partners
Search for discoverable organizations to form new partnerships with. Excludes existing partners. Supports text search, organization type filtering, and geographic bounding box filtering. Available to both labs and clinics.
Search for discoverable organizations to form new partnerships with. Excludes existing partners. Supports text search, organization type filtering, and geographic bounding box filtering. Available to both labs and clinics.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
Search query for organization name
Organization type to search for
Value in
- "lab"
- "clinic"
Minimum latitude for geographic bounding box
-90 <= value <= 90Maximum latitude for geographic bounding box
-90 <= value <= 90Minimum longitude for geographic bounding box
-180 <= value <= 180Maximum longitude for geographic bounding box
-180 <= value <= 180Maximum number of results to return
1 <= value <= 10050Page number
1 <= value1Comma-separated list of service/category name fragments to filter by (lab search only). Each fragment is matched case-insensitively against the lab's product category names.
Sort order. 'distance' requires clinicLat and clinicLng; falls back to 'name' otherwise.
"name"Value in
- "name"
- "distance"
Requesting organization's latitude (for distance sort).
-90 <= value <= 90Requesting organization's longitude (for distance sort).
-180 <= value <= 180Response Body
application/json
curl -X GET "https://example.com/partnerships/search?type=clinic"{ "data": [ { "id": "string", "name": "string", "city": "string", "country": "string", "logo": "string", "latitude": "string", "longitude": "string", "description": "string", "hasCoverImage": true, "categories": [ "string" ], "partnershipStatus": "string", "partnershipId": "string" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}Resend partnership invitation email POST
Resend the invitation email for a pending partnership. Extends the invitation expiry by 30 days. Lab only - only the lab that initiated the partnership can resend.
Suspend an active partnership POST
Suspend an active partnership. Either party can suspend. Sends a notification to the other party. The partnership can later be reactivated. Available to both labs and clinics.