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.
Open API Documentation
Our open API documentation can be found here.
Examples
Looking for code examples? Bash and PHP examples can be found here.
Need Help?
Email us at api@followupboss.com and we'll help you to get started or answer any question you might have.