Authentication
Base URL
https://api-staging.pulserun.dev/v1Public 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_KEYAuth endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /auth/register | Create account |
| POST | /auth/login | Sign in |
| POST | /auth/refresh | Refresh session token |
| POST | /auth/forgot-password | Start password reset |
| POST | /auth/reset-password | Complete password reset |
| GET | /auth/me | Get current account |