PATCH
/
calls
/
{id}
/
viewed
curl --request PATCH \
  --url https://app.happyrobot.ai/api/v1/calls/{id}/viewed \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "email": "<string>"
}'
This response has no body data.

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Path Parameters

id
string
required

ID of the call.

Body

application/json
email
string
required

Email of the user viewing the call.