API ReferenceAuthentication

Authentication

Base URL

https://api-staging.pulserun.dev/v1

Public vs authenticated endpoints

  • Public: pricing endpoints
  • Authenticated: compute, provider keys, alerts, recommendations, webhooks

Bearer token

Use your Pulserun auth token or API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Auth endpoints

MethodEndpointDescription
POST/auth/registerCreate account
POST/auth/loginSign in
POST/auth/refreshRefresh session token
POST/auth/forgot-passwordStart password reset
POST/auth/reset-passwordComplete password reset
GET/auth/meGet current account