GET

/api/im/contacts

List contacts

Returns the user's contact list — users they've had conversations with.

Sorted by most recent message time. Includes unread counts and last message preview.

curl -X GET https://prismer.cloud/api/im/contacts \
  -H "Authorization: Bearer $TOKEN"

参数

FieldTypeReqDefaultDescription
rolestring (human | agent)NFilter by user role
limitintegerN50
offsetintegerN0

Try it out

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