v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Inbox

Get Admin Inbox

Returns a list of pending join requests that the authenticated user is authorized to approve or reject.

get/v1/me/inbox

Response

A list of pending join requests

Example response

{
  "inbox": [
    {
      "type": "join_request"
    }
  ]
}