Contents Menu Expand Light mode Dark mode Auto light/dark mode
SixEye API
Light Logo Dark Logo
SixEye API
  • Introduction
  • Authentication
  • Response Format
  • Recommended Headers

API Reference

  • Version
  • Sites
  • Users
  • Devices
    • Device Data
  • Actions
    • List of Available Device Actions
  • Tasks

Recommended Headers#

When sending an HTTP request to the API, we recommend the following headers are included with the request:

Header

Notes

Example Value

Origin

The base URL of the application being accessed

Origin: https://cloud.pharoscontrols.com

Authorization

The authentication token as described in Authentication

Authorization: "Bearer {{token}}"

Accept

When getting data, we recommend Accept be set to application/vnd.api+json

Accept: application/vnd.api+json

Content-Type

When sending a request with a JSON body, we recommend setting the content type as application/vnd.api+json

Content-Type: application/vnd.api+json

Next
Version
Previous
Response Format
Copyright © 2023 SixEye Ltd
Made with Sphinx and @pradyunsg's Furo