FunnelJoy's REST APIs
Authenticate
Authenticate a user
Endpoint
POST api/v1/authenticate
Required parameters
api_token
- Your api secret key.
Get all Subaccounts
Get all Subaccounts
Endpoint
GET api/v1/subaccounts
Required parameters
api_token
- Your api secret key.
Get All Contacts
Get the list of all contacts
Endpoint
GET api/v1/contacts
Required parameters
api_token
- Your api secret key.subaccount_id
- Your subaccount ID.
Optional parameters
funnel_id
- Your funnel ID. Filter your contacts to display contacts captured from your funnel
Get All Funnel
Get all funnels
Endpoint
GET api/v1/funnels
Required parameters
api_token
- Your api secret key.subaccount_id
- Your subaccount ID.