This api is currently not open to the public. If you wish an invite please visit leadpropeller.com
The current API version is V1.x (beta).
api.leadpropeller.com/v1/
All API access is over HTTPS. All data is sent and received as JSON.
Include your API token as a Bearer token.
Authorization: Bearer {token}
Or the token can be included in the query string.
/?token={token}
Many API methods take optional parameters. For GET requests use HTTP query string parameter, for example:
?zipcode=92109
Use standard HTTP verbs: