Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey
). An api_key is linked to a user. This user's role will give you different access level to the API features.
Path Parameters
The id of the conversation to update
Body
application/json
Request body to mark a Conversation as read
Whether the last message received was read.
This property is scoped to the user who performs the request.
Multiple users can have a different "is_read" status for the same conversation.
Response
OK
Available options:
success