Device management. Use this controller to get a device's configuration file, firmware image, or change the device's name.
Search devices
This endpoint returns devices for the organization. You can search by text, filter by specific serial number, or get all devices with pagination.
path Parameters
orgIdstring · requiredThe id of the organization.
query Parameters
limitinteger · int32The number of records to return. Max 30.
pageinteger · int32The page offset when fetching the records
searchstringSearch text to filter devices by name, serial number, or other searchable fields. Cannot be used together with Serial parameter.
serialstringSpecific serial number to search for a single device. Cannot be used together with Search parameter.
configurableOnlyboolean
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Success
dataobjectsuccessbooleanerrorsarray | null
Register a device
This endpoint registers a new device with FORT Manager.
path Parameters
orgIdstring · requiredThe id of the organization.
query Parameters
namestringThe device name
serialNumberstringThe serial number identifying the device.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Success
dataobjectsuccessbooleanerrorsarray | null
Update a device
This endpoint updates partial information of a device identified by its serial number. You can update the name, replace the image or delete the existing image.
path Parameters
serialNumberstring · requiredThe serial number identifying the device.
orgIdstring · requiredThe id of the organization.
query Parameters
namestringThe device name
deleteImagebooleanWhether to delete the device image
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Success
dataobjectsuccessbooleanerrorsarray | null
Get the latest firmware by device serial number
This endpoint returns the latest firmware file based on your device’s serial number.
path Parameters
serialNumberstring · requiredThe serial number identifying the device.
orgIdstring · requiredThe id of the organization.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Success
Gets the latest firmware by a specific device type.
This endpoint returns the latest firmware file for download and update based on your devices type.
path Parameters
deviceTypestring · enum · requiredEnum values:SRCPWESPEPCNSCPorgIdstring · requiredThe id of the organization.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Success
Get a device's configuration
This endpoint returns the device configuration file for a specific device identified by its serial number.
path Parameters
serialNumberstring · requiredThe serial number identifying the device.
orgIdstring · requiredThe id of the organization.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Success