IPFS APIs

This section shows the Rest API end-points of IPFS.

Table of contents

Download Firmware

GET /firmware:id

Get a device.

Request Headers
  • Content-Type – application/json

  • x-access-token – JWT-TOKEN

Example request:

$ curl -X GET 'https://ipfs-server/firmware/:cid' \
-H 'x-access-token: <JWT-TOKEN>' \
--header 'Content-Type: application/json'

Example response:


Response Headers
Status Codes