Authentication
You can make your first request with a Bearer token:
$ curl 'https://myteam.myclickfunnels.com/api/v2/teams' \
--header 'Authorization: Bearer AVJrj0ZMJ-xoraUk1xxVM6UuL9KXmsWmnJvvSosUO6X' \
--header 'User-Agent: YourAppYourOrg'
[{"id":3,"name":"My Team", # ... more output...}]
Note the User-Agent header. Our security settings require a User-Agent.
See our Getting Started guide for how to get your API key step by step.
Default access tokens 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 to integrate with platforms. The access tokens there may have different authorization scopes.
Updated 8 days ago