Developers
Partner APIs, signing, and operational notes. Designed for reliable integrations and transparent reporting.
Recommended base: https://vets-coin.com
API base path: /api (example: https://vets-coin.com/api/partner/capabilities)
Note: api.vets-coin.com is planned, but requires a TLS cert that includes that subdomain.
What You Can Build
- Claim flows for campaigns and donations with a partner key.
- Webhook-based notifications for downstream systems.
- Read-only transparency and distribution views for end users.
Quick Start
- Request a partner key from the VETS Coin team.
- Use the OpenAPI spec to generate a client (or integrate directly).
- Sign requests using the partner signing scheme described in the API guide.
- Start in low-volume mode, monitor errors, then scale.
Security Notes
- Never embed partner secrets in frontend code.
- Prefer server-to-server calls and strict IP allowlists where possible.
- Use idempotency keys when retrying POST requests.