MessagesLastRead Collection API
Multiple access controls based on provided filters:
provider_idMultiple bodies with results:
provider_id:User must be a direct member of provider organization (1) to access provider-only messages 🔐
customer_id:User must be a direct member of customer organization (1) to access customer-only messages 🔐
provider_id, customer_id:At least one of the following conditions must be met:
customer_idMultiple bodies with results:
provider_id:User must be a direct member of provider organization (1) to access provider-only messages 🔐
customer_id:User must be a direct member of customer organization (1) to access customer-only messages 🔐
provider_id, customer_id:At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON post body:
{
"user_id": integer
"provider_id"?: integer
"customer_id"?: integer
"timestamp": timestamp
}Possible errors:
Field "user_id": "User ID is required"
Field "timestamp": "Timestamp is required"
Request payload
The body is of type object.
Successful response
The response is of type object.