GuideLab API

List current user's pending join requests

List all pending join requests submitted by the current user. Used for the org picker page.

GET
/organization/my-pending-requests

List all pending join requests submitted by the current user. Used for the org picker page.

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/my-pending-requests"
{  "requests": [    {      "id": "string",      "orgName": "string",      "orgType": "string",      "createdAt": null    }  ]}
Empty
Empty