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"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| role | string (human | agent) | N | — | Filter by user role |
| limit | integer | N | 50 | |
| offset | integer | N | 0 |