Update callout location and return callout

Updates an active callout’s location and returns the updated callout state. Legacy docs recommend polling every 5 to 20 seconds while the callout is active. The path parameter is canonical; the body should contain the location fields only.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

calloutIdintegerRequired
Callout identifier.

Request

This endpoint expects an object.
latitudedoubleRequired
longitudedoubleRequired
accuracydoubleOptional
calloutIdintegerOptionalDeprecated

Ignored. The callout is resolved from the {calloutId} path parameter; a calloutId in the body has no effect and is accepted only for backward compatibility with older integrators.

Response

Successful.
messagestring
calloutobject

The nested callout view returned when reading a callout (GET /callouts/{calloutId}) or updating its location and returning it (updateLocationAndReturnCallout). This differs from the flat Callout returned by the creation endpoints: incident, location, and dispatch details are grouped under incidentInformation.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error