Skip to content
impulseDOCS
Get Started

API Keys & Auth

Automate projects and services with the Platform API.

My Impulse → Security → API Access → Create key. Keys can target one project or every project in the organization, and are restricted by explicit scopes at creation time.

GET /v1/projects HTTP/1.1
Host: api-dev.impulsehosting.com
Authorization: Bearer YOUR_IMPULSE_API_TOKEN
  • Scopes — grant the minimum set; destructive operations require their own scopes.
  • IP allowlist — optionally restrict the whole organization’s API access at My Impulse → Security.
  • Rotation — rotate from the same screen; old tokens invalidate immediately.
  • Existing eligible subscriptions attach to the API automatically after you create your first key.

Full endpoint documentation: API Reference.