Sync fixed locations

Uploads a fixed-location CSV for asynchronous processing. Unlike the main v2 endpoints, this bulk CSV path does not include /panic-api in the URL path. Provide a callback URL so AURA can notify your backend when processing finishes.

Authentication

AuthorizationBearer

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

Request

This endpoint expects a multipart form containing a file.
locationsfileRequired

CSV file containing fixed locations. The multipart field name must be locations.

callbackUrlstringRequiredformat: "uri"
HTTPS URL called with the asynchronous import result.
userEmailstringOptionalformat: "email"
Optional email address for processing notifications.
delimiterstringOptional
CSV delimiter. Defaults to a comma.
sourcestringOptional
Optional source label used by AURA during processing.

Response

Successful.
messagestring

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error