Skip to main content

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.
Caution: Never transmit API keys in plaintext or commit them to source control.

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.

Common endpoints

Get plan information

Activate SIMs in bulk

Body example:

Get tags

Tag SIMs

Body:

Change plans (bulk)

Body:

Pause or resume a SIM

Body:

REST API keys

Tag multiple SIMs via API