/keys require an API key in the Authorization header.
Get a Key
- Go to rwapulse.xyz/api-keys
- Enter a name, click Create
- Copy the key immediately (shown once)
Use the Key
Errors
| Code | Meaning | Fix |
|---|---|---|
| 401 | Missing/invalid key | Check Authorization: Bearer header |
| 429 | Rate limited | Wait 60s, retry |
| 500 | Server error | Retry with backoff |