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
Request body to update a Conversation
You can close or re-open the conversation.
It will change the "is_solved" boolean of the conversation but it won't change the is_expired
.
If the conversation is expired we can't re-open it.
open
, closed
Only for enterprise organizations. The user will be assigned to the conversation.
You can only assign a conversation to a user that:
- is active
- is of type human (not bot)
- has access to the conversation
USER_ID
, unassigned
Response
OK
success