Dispatch Scout App Marketplace

Extend your platform with vetted integrations for payments, accounting, maps, messaging, and more.

Build with Our API
Developers

Build with Our API & Webhooks

Create apps that feel native to Dispatch Scout. Secure OAuth, clear scopes, predictable REST, and rich webhooks.

  • OAuth 2.0 with granular scopes
  • Events: job.*, appointment.*, invoice.*, payment.*, message.*
  • Sandbox keys & test data seeds
  • Pagination, filtering, and cursor-based streaming
POST /v1/apps/oauth/token
GET  /v1/jobs?location=loc_123&status=scheduled
POST /v1/webhooks
# Example event
{
  "type": "invoice.paid",
  "data": { "invoice_id": "inv_ABC123", "amount_cents": 24500 }
}
Partners

Join Our Partner Program

Build, launch, and grow your app with a team that cares about quality and longevity.

1) Apply

Tell us what you’re building and request sandbox access.

Register
2) Build

Use our API, webhooks, and style guide to create a great UX.

Style Guide
3) Review & Launch

We test for security, performance, and reliability before listing.

Submission Checklist

We reserve the right to decline apps that don’t meet our quality or security standards.

Submission Checklist

  • Security: OAuth, HTTPS, secret management
  • Privacy: Only request scopes you actually need
  • Reliability: Retry logic & graceful errors
  • UX: Clear install flow & user permissions
  • Support: Versioning & change logs
  • Docs: Setup steps and troubleshooting

Versioning & Review Policy

  • Semantic versioning (MAJOR.MINOR.PATCH)
  • 90-day deprecation window for breaking changes
  • Security fixes may be expedited
  • Typical review time: 5–10 business days

Marketplace FAQ

Click an app’s Install button and follow the OAuth flow. Admin permissions may be required depending on scopes.

Some are free; others may charge directly (e.g., Stripe processing fees) or via the developer. Pricing is shown on each app card or in its docs.

You can revoke OAuth access anytime. We encourage developers to handle uninstalls cleanly and provide data export paths as needed.

Yes—register for sandbox keys and mark your app as Private. You can later submit it for public listing if you choose.