GET /api/v1/p2p/sessions
Retrieve all active P2P order chat sessions for the authenticated user. Returns a list of orders that have active chats, along with the last message and unread message count for each session.
Authentication
Required. The request must include a valid Bearer token in the Authorization header.
Request
No parameters required.
Example
curl -X GET https://example.com/api/v1/p2p/sessions \
-H "Authorization: Bearer <token>"