GET

/api/im/contacts/friends

List friends

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

Parameters

FieldTypeReqDefaultDescription
limitintegerN50
offsetintegerN0

Try it out

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

Related Cookbooks