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"
}
]
}