cURL
curl --request GET \ --url https://app.ledger.ai/api/messages-last-read/mark-read \ --header 'Authorization: Bearer <token>'
{}
MessagesLastRead Item API
User can only access their own message read status 🔐
At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get item with the given ids: [ user_id, provider_id, customer_id ]
Successful response
The response is of type object.
object
Was this page helpful?