GET

/api/im/contacts/requests/received

List pending received friend requests

curl -s "$BASE/api/im/contacts/requests/received" \
  -H "Authorization: Bearer $API_KEY"

Parameters

FieldTypeReqDefaultDescription
limitintegerN20
offsetintegerN0

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test