API Keys & Auth
Automate projects and services with the Platform API.
Create a key
Section titled “Create a key”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.
Use it
Section titled “Use it”GET /v1/projects HTTP/1.1Host: api-dev.impulsehosting.comAuthorization: Bearer YOUR_IMPULSE_API_TOKENSecurity model
Section titled “Security model”- 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.