Authentication
You can make your first request with a Bearer token:
$ curl 'https://myteam.myclickfunnels.com/api/v2/teams' \
--header 'Authorization: Bearer AVJrj0ZMJ-xoraUk1xxVM6UuL9KXmsWmnJvvSosUO6X'
[{"id":3,"name":"My Team", # ... more output...}]
See our Getting Started guide for how to get your API key step by step.
Access token are issued per team, so you will have access to the workspace data of all workspaces that belong to that team.
We also offer OAuth for integrating platforms.
Updated 9 months ago