Changelog
All notable changes to the COPA API.
API Versioning
The API uses URL-based versioning:
https://api.copa.rw/api/v1/
We maintain backwards compatibility within major versions.
v1.0.0 (March 2025)
Initial Release
Endpoints
GET /cooperatives— List all cooperativesGET /cooperatives/{id}— Get cooperative by IDGET /cooperatives/{id}/members— List cooperative membersGET /members— List all membersGET /members/{id}— Get member by ID
Features
- API Key authentication with scopes
- Rate limiting (1,000/hour, 10,000/day)
- JSON response format
- Pagination support
Scopes
cooperatives:readcooperatives:writemembers:readmembers:writeloans:readloans:writepayments:readpayments:write
Upcoming
Planned Features
- Webhook notifications for data changes
- Loan data endpoints
- Payment transaction endpoints
- Bulk data export
Deprecation Policy
When we deprecate features:
- We announce 6 months in advance
- Deprecated features continue working
- We provide migration guides
- We remove after deprecation period
Subscribe to Updates
Stay informed about API changes:
- Email: api-updates@copa.rw
- Status page: status.copa.rw