Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer <your_jwt_token>Getting a Token
- Login to dashboard.recivr.com
- Select your entity → API Tokens
- Click Generate and copy the token — you won't see it again
Tokens expire after 90 days by default.
Key Management
| Action | How |
|---|---|
| Generate | Dashboard → Entity → API Tokens → Generate |
| Revoke | Dashboard → API Tokens → Revoke |
| Rotate | Dashboard → API Tokens → Rotate (24h grace period) |
| View active keys | Dashboard → API Tokens |
If a token is compromised, click Revoke — the token is invalidated immediately, with no impact on other tokens.
