Export fixed locations

Downloads the active fixed locations for the authenticated customer source as a CSV file. Unlike the main v2 endpoints, this bulk CSV path does not include `/panic-api` in the URL path. The response body is CSV, not JSON. String fields are double-quoted and may contain embedded delimiters. Sample: ```csv id,locationIdentifier,locationDescription,calloutLocationTypeId,latitude,longitude,customerId,customerSourceId,locationAdditionalInformation,duressCode,securityCoverage,medicalCoverage,inCoverageLastCheckedAt,formattedAddress,externalReferenceId 22,"AURA-OFFICE-SANDTON","25A Second Gate",3,-26.0883727,28.0775247,3,35,"Black gate in the front",,true,false,2026-06-05T06:00:00.000Z,"25 Commerce Crescent, Sandown, Sandton, South Africa","A25" ```

Authentication

AuthorizationBearer

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

Response

Successful.

Errors

401
Unauthorized Error
500
Internal Server Error