GuideLab API

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.

GET
/organization/join-request

List all pending join requests for the current organization. Only organization owners can view these. Available to both labs and clinics.

Authorization

__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