Jump to Content
End Customer
HomeGuidesAPI ReferenceDiscussions
v2.0

GuidesEnd Customer
API Reference
Guides
v2.0HomeGuidesAPI ReferenceDiscussions

API Access

  • Getting started with APIs
    • Authorization
    • Core API Keys
    • Pagination
    • Postman & Bruno Collections
  • API Reference
    • Get Organization Infoget
    • Devices
      • Get Historiesget
      • Get Devicesget
      • Claim Devicepost
      • Update Devicepatch
      • Delete Devicedel
      • Get Deviceget
    • Commands
      • Get Commandsget
      • Send Commandpost
      • Cancel Commanddel
    • Tickets
      • Get Open Ticketsget
      • Get Ticketget
      • Update Ticketput
      • Send Messagepost
      • Mark Resolvedpost
    • Spaces
      • Get Spacesget
      • Create Spacepost
      • Update Spaceput
      • Delete Spacedel
    • Incidents
      • Get Incidentsget
      • Close Incidentdel
Powered by 

Authorization

Accessing the End Customer Core APIs requires an Core API Key that must be passed in the Headers section of the request as the following header:

Header NameValue
AuthorizationCore API Key

How to create Core API Keys