Advanced Search
Search Results
3 total results found
Sir Giving Core
Documentation for the core Sir Giving platform, including API specifications, microservices, and backend architecture.
API Documentation
Internal API endpoints, authentication flows, and third-party webhook handling.
Authentication Endpoints
API Documentation
# Authentication Endpoints (v1) All requests to the protected `api.donor.money` or `api.sirgiving.org` routes require a Bearer token in the Authorization header. ### Generate Token `POST /api/v1/auth/login` **Request Body (JSON)** ```json { "email": "use...