Documentation Settings

Funel API Dashboard

POSTAuthorisation Api

https://api.funel.io/api/login

Funel uses Tokenization is the process to authenticate your account.. A token representing this information is returned to your server to use. This processes ensures that data is secure, and allows your integration to operate in a PCI-compliant way.

Tokenizate to authenticate login requests. You can view and manage your data once login is successful. The API keys will be provided to your developer and we will help your team with integration. Test mode secret keys have the prefix sk_funel_ and live mode secret keys have the prefix sk_live_funel. 



Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Provide your API key as the basic auth username value. You do not need to provide a password.

Example Request
curl
curl --location --request POST 'https://api.funel.io/api/login'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Dash Data Api

https://api.funel.io/api/get-dash-data?client_id=122

Funel makes integrating your dashboard with other applications a breeze! With just one click, you can seamlessly connect with popular platforms like Hubspot and Salesforce, or even your own CRM.

HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
client_id

122

Example Request
curl
curl --location 'https://api.funel.io/api/get-dash-data?client_id=122' \
                                                                    --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Leads Data Api

https://api.funel.io/api/get-leads-data?client_id=122

API call to get appointment setting data and connect with your calendly or Zoom. Our APIs are available in all programming languages, making it easy for your development team to get started. And if you need any assistance, our dedicated support team is here to help your developers every step of the way.

HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
client_id

122

Example Request
curl
curl --location 'https://api.funel.io/api/get-leads-data?client_id=122' \
                                                                        --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Report Data Api

https://api.funel.io/api/get-report-data?client_id=122
HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
client_id

122

Example Request
curl
curl --location 'https://api.funel.io/api/get-report-data?client_id=122' \
                                                                            --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Notification Data Api

https://api.funel.io/api/get-notification-data?client_id=122

API call to get notification on other CRM's

HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
client_id

122

Example Request
curl
curl --location 'https://api.funel.io/api/get-notification-data?client_id=122' \
                                                                                --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Invoice Data Api

https://api.funel.io/api/get-invoice-data?client_id=122
HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
client_id

122

Example Request
curl
curl --location 'https://api.funel.io/api/get-invoice-data?client_id=122' \
                                                                                    --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Message Data Api

https://api.funel.io/api/get-message-data?client_id=122

API call to integrate our Chat system

HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
client_id

122

Example Request
curl
curl --location 'https://api.funel.io/api/get-message-data?client_id=122' \
                                                                                        --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Invoice Item Data Api

https://api.funel.io/api/get-invoice-item-data?invoice_id=98
HEADERS
Authorization

Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05

PARAMS
invoice_id

98

Example Request
curl
curl --location 'https://api.funel.io/api/get-invoice-item-data?invoice_id=98' \
                                                                                            --header 'Authorization: Bearer 1|PvFJptLtYgwv5w5vMyGf7TSjdtQjoHK1qTIB9o05'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTLogout API

https://api.funel.io/api/logout

API call to logout from Funel Dashboard

HEADERS
Authorization

Bearer 4|DO0Rylrzxl5jdcyzVNbTiChkMsBAZsf3A0jKYE2E

Bodyformdata
client_id

1

Example Request
curl
curl --location 'https://api.funel.io/api/logout' \
                                                                                                --header 'Authorization: Bearer 4|DO0Rylrzxl5jdcyzVNbTiChkMsBAZsf3A0jKYE2E' \
                                                                                                --form 'client_id="1"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers