Number of APIs: 35
This is the documentation for the Bellhop API for partners. There are two These will be used to obtain your token from the In version 3.x we've added the Quoting resource. Authorization will handle obtaining your access token. These will expire after 86400 seconds, however, we recommend that you obtain one each time you submit data. We will cache your token for you in our system. Leads will handle the creation/view of leads.Overview
Getting Started
Environment
environment variables
that you will set up in your environment.OAUTH_CLIENT_ID
OAUTH_CLIENT_SECRET
Authorization
collection. They will identify you in our system and connect the leads you submit to your account. We will provide these to you in a secure manner.Endpoints
GET {{HOST}}/api/partner-api/v1/pods/quotes/:package_quote_id
PATCH {{HOST}}/api/partner-api/v1/pods/packagequotes/:package_quote_id/servicequotes/:service_quote_id
GET {{HOST}}/api/partner-api/v1/pods/postalcode/available?postal_code=12345&postal_code=54321
POST {{HOST}}/api/partner-api/authorize
POST {{HOST}}/api/partner-api/v0/sales/leads
GET {{HOST}}/api/partner-api/v0/sales/leads/{{external_lead_id}}
PATCH {{HOST}}/api/partner-api/v0/sales/leads/{{external_id}}
DELETE {{HOST}}/api/partner-api/v0/sales/leads/{{external_id}}/cancel
POST {{HOST}}/api/partner-api/v1/pods/quotes
POST {{HOST}}/api/partner-api/v1/pods/quotes/:package_quote_id/flexibleservicequotes
ENDPOINTS