Each API endpoint has a specific scope for access. This allows you to request only what you need from the user for your application.
Scope | Endpoints |
---|---|
donations.create | POST /donations |
donations.read | GET /donations |
alerts.create | POST /alerts |
legacy.token | GET /legacy/token |
socket.token | GET /socket/token |