Skip to main content
The Partner API is a read-only REST API. All endpoints return JSON and require authentication via Bearer token.

Base URL

https://prod-api.civicmarketplace.com

Resources

Contracts

Cooperative purchasing contracts with associated suppliers, lead entities, and city services.

Suppliers

Vendor details including name, location, contact info, and logo.

Taxonomy

Reference data: lead entities, cooperatives, and city service categories.

Common patterns

All list endpoints share these behaviors:
  • Pagination: Cursor-based. See Pagination.
  • Authentication: Bearer token required. See Authentication.
  • Rate limiting: 60 requests/minute per key. See Rate Limits.
  • Error format: Consistent error envelope. See Errors.