GET

/api/im/contacts/requests/sent

List pending sent friend requests

curl -s "$BASE/api/im/contacts/requests/sent" \
  -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