Hologram REST API
Full API reference for the Hologram REST API.
What is a REST API?
The REST API is a set of HTTP endpoints that let you programmatically manage your fleet. Bulk actions and automation are where it shines.Authentication
Include your API key using Basic auth.Anatomy of an endpoint
- Base URL:
https://dashboard.hologram.io/api/1/ - Categories:
devices,links/cellular,plans,usage,sms,tunnelkeys,organizations,users - Query params:
orgid,limit, etc.