List installers

Lists the installers configured under the authenticated customer source, together with the calling customer source itself. Call this once when a customer's credentials are configured, to discover whether that customer uses installers at all. An empty `installers` array means the customer manages all of its Fixed Locations directly, and `installerIdentifier` should not be sent. A populated array means callouts can be attributed to an individual installer by sending the matching `installerIdentifier` on a Fixed Location callout request. A monitoring centre may hold Fixed Locations of its own alongside those belonging to its installers. Rows returned by the Fixed Location list carry a `customerSourceId`, which you can match against the values below to tell the two apart. Installers are configured by AURA on request. This endpoint does not create them.

Authentication

AuthorizationBearer

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

Response

Successful.
selfobjectOptional
The customer source whose credentials made the request.
installerslist of objectsOptional
The installers configured under the authenticated customer source. Empty when there are none.

Errors

401
Unauthorized Error