Getting Started with Follow Up Boss

This page will help you get started with Follow Up Boss. You'll be up and running in a jiffy!

Overview

Follow Up Boss provides a simple REST API that allows developers to integrate their applications quickly. API is in active development and will be extended to provide more functionality while keeping it backward compatible.

API Endpoint

API Endpoint URL has the following structure, https://api.followupboss.com/v1/people

  • https:// - HTTPS is required for security, HTTP will not work.
  • api.followupboss.com - API hostname, always the same.
  • v1 - API version, currently v1 is the only version.
  • people - resource name in plural, such as people, notes, etc.

Examples

Looking for code examples? You can find Bash and PHP examples here

Need Help?

Simply email us at [email protected] and we'll help you to get started or answer any question you might have.