Skip to main content
GET
/
ranking
/
join-requests
Get pending join requests
curl --request GET \
  --url https://api.readmin.app/ranking/join-requests \
  --header 'api-key: <api-key>'
{
  "previousPageCursor": "<string>",
  "nextPageCursor": "<string>",
  "data": [
    {
      "requester": {
        "buildersClubMembershipType": 123,
        "hasVerifiedBadge": true,
        "userId": 123,
        "username": "<string>",
        "displayName": "<string>"
      },
      "created": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.readmin.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Query Parameters

cursor
string

Response

Success

previousPageCursor
string

Cursor for the previous page of results, if any.

nextPageCursor
string

Cursor for the next page of results, if any.

data
object[]

List of join requests.