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.
locations
CSV file containing fixed locations. The multipart field name must be locations.
callbackUrl
HTTPS URL called with the asynchronous import result.
userEmail
Optional email address for processing notifications.
delimiter
CSV delimiter. Defaults to a comma.
source
Optional source label used by AURA during processing.
Response
Successful.
message
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
