# CivicMarketplace - [Introduction](https://docs.civicmarketplace.com/introduction.md): Access cooperative contract and supplier data through the CivicMarketplace Partner API - [Request API Access](https://docs.civicmarketplace.com/request-access.md): Apply for access to the CivicMarketplace Partner API - [Quickstart](https://docs.civicmarketplace.com/quickstart.md): Make your first API call in under 5 minutes - [Authentication](https://docs.civicmarketplace.com/authentication.md): Authenticate with the Partner API using Bearer tokens - [AI Connector Overview](https://docs.civicmarketplace.com/ai-connector/overview.md): Bring CivicMarketplace data and workflows into ChatGPT, Claude, and Microsoft Copilot - [Connect with Claude](https://docs.civicmarketplace.com/ai-connector/connect-claude.md): Add the CivicMarketplace AI Connector to Claude.ai, Claude Desktop, or Claude Code - [Connect with ChatGPT](https://docs.civicmarketplace.com/ai-connector/connect-chatgpt.md): Add the CivicMarketplace AI Connector to ChatGPT as a custom connector - [Connect with Microsoft Copilot](https://docs.civicmarketplace.com/ai-connector/connect-microsoft-copilot.md): Add the CivicMarketplace AI Connector to Microsoft 365 Copilot - [Tools and Permissions](https://docs.civicmarketplace.com/ai-connector/tools-and-permissions.md): What the CivicMarketplace AI Connector can do, and which permissions each workflow requires - [Example Prompts](https://docs.civicmarketplace.com/ai-connector/example-prompts.md): Things you can ask once the CivicMarketplace AI Connector is connected - [Pagination](https://docs.civicmarketplace.com/pagination.md): Navigate large result sets with cursor-based pagination - [Errors](https://docs.civicmarketplace.com/errors.md): Understand error responses and how to handle them - [Rate Limits](https://docs.civicmarketplace.com/rate-limits.md): Understand and work within API rate limits - [Syncing Data](https://docs.civicmarketplace.com/guides/syncing-data.md): Keep a local copy of contracts and suppliers up to date - [Filtering & Search](https://docs.civicmarketplace.com/guides/filtering-and-search.md): Narrow down contracts and suppliers using filters and full-text search - [Use Cases](https://docs.civicmarketplace.com/marketing/use-cases.md): How organizations use the CivicMarketplace API - [FAQ](https://docs.civicmarketplace.com/marketing/faq.md): Frequently asked questions about the CivicMarketplace API - [Support](https://docs.civicmarketplace.com/marketing/support.md): Get help with the CivicMarketplace API - [API Reference](https://docs.civicmarketplace.com/api-reference/overview.md): Complete reference for all CivicMarketplace Partner API endpoints - [List Contracts](https://docs.civicmarketplace.com/api-reference/contracts/list-contracts.md) - [Get Contract](https://docs.civicmarketplace.com/api-reference/contracts/get-contract.md) - [List Solicitations](https://docs.civicmarketplace.com/api-reference/solicitations/list-solicitations.md): Open and historic solicitations (RFPs) issued by the lead entities in this partner's scope. Drafts are never returned. Results are ordered by id for stable cursor pagination — use `closing_before` / `closing_after` to narrow to a deadline window rather than relying on order. `updated_at` tracks the… - [Count Solicitations](https://docs.civicmarketplace.com/api-reference/solicitations/count-solicitations.md): Total matching the same filters as the list endpoint, minus cursor and limit. - [Get Solicitation](https://docs.civicmarketplace.com/api-reference/solicitations/get-solicitation.md) - [List Suppliers](https://docs.civicmarketplace.com/api-reference/suppliers/list-suppliers.md) - [Get Supplier](https://docs.civicmarketplace.com/api-reference/suppliers/get-supplier.md) - [List Lead Entities](https://docs.civicmarketplace.com/api-reference/taxonomy/list-lead-entities.md) - [List Cooperatives](https://docs.civicmarketplace.com/api-reference/taxonomy/list-coops.md) - [List City Services](https://docs.civicmarketplace.com/api-reference/taxonomy/list-city-services.md) - [List Certifications](https://docs.civicmarketplace.com/api-reference/taxonomy/list-certifications.md): Master list of certifications suppliers can hold — SBE/diversity (DBE, MBE, HUB, WOSB…) and technical (ISO 37001, AZ-104, A+…). Use the returned abbreviation or name as the `certification` filter on /v1/suppliers. ## OpenAPI Specs - [openapi](/api-reference/openapi.json) - [openapi](/openapi.yaml)