Set read

Update shared voicemail mail status to read

Update shared voicemail mail status to read

POSThttps://HOSTNAME:8887/api/shared_voicemails/{id}/voicemails/{mail_id}/set_read
Path parameters
id*all of

The unique ID of shared voicemail.

mail_id*all of

The unique ID of voicemail.

Response

OK

Request
const response = await fetch('https://HOSTNAME:8887/api/shared_voicemails/{id}/voicemails/{mail_id}/set_read', {
    method: 'POST',
    headers: {},
});
const data = await response.json();