Caregiver check-out

Record caregiver departure from client location. Captures GPS coordinates
and optionally signatures. Signature images can be provided as base64-encoded
PNG or JPEG data, with or without a data-URI prefix.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique visit identifier

Body Params
date-time
required

Check-out time in ISO format

coords
array of numbers
length between 2 and 2

GPS coordinates as [longitude, latitude]

coords
string

Location identifier (home, facility, etc.)

string

Reason for early/late check-out

string

Attribute ID for GPS bypass reason. Use GET /config/attributes to get valid options.

string

Reason for being outside geo-fence

boolean
Defaults to false

Whether this is a manual entry

string

Client signature text (name of the signer)

string

Caregiver signature text (name of the signer)

string
length ≤ 500000

Client signature as a base64-encoded image (PNG or JPEG).
Accepts raw base64 or data-URI format (e.g. "data:image/png;base64,...").
Maximum size: 500,000 characters (~375KB decoded).
When provided, the image is uploaded to S3 and the signature will
appear in the Viv UI EVV panel.

string
length ≤ 500000

Caregiver signature as a base64-encoded image (PNG or JPEG).
Accepts raw base64 or data-URI format (e.g. "data:image/png;base64,...").
Maximum size: 500,000 characters (~375KB decoded).
When provided, the image is uploaded to S3 and the signature will
appear in the Viv UI EVV panel.

locationValidation
object | null

Validation data from mobile client

timeValidation
object | null

Validation data from mobile client

taskValidation
object | null

Validation data from mobile client

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json