Overview
The PitchCRM Partner API allows integration partners to manage contacts and retrieve campaign data programmatically. All API interactions use HTTPS and return JSON-formatted responses.
Base URLs
All endpoints are available in two environments:
| Environment | Base URL |
|---|
| Development | https://dev.partner.api.v3.pitchcrm.com/v3/partner |
| Production | https://partner.api.v3.pitchcrm.com/v3/partner |
Always test integrations against the Development environment before switching to Production.
Getting Access
Before making API requests, you must register your application to receive your credentials:
x-api-key — your API key
x-api-secret — your API secret
x-account-id — your encrypted partner account ID
Contact support@pitchcrm.com to register.