Skip to content

Instantly share code, notes, and snippets.

@RichStone
Last active October 29, 2023 14:53
Show Gist options
  • Select an option

  • Save RichStone/d6c80579d51acade0b06526df5b8425f to your computer and use it in GitHub Desktop.

Select an option

Save RichStone/d6c80579d51acade0b06526df5b8425f to your computer and use it in GitHub Desktop.
How to make your first API request with ClickFunnels πŸŽ‰
$ curl 'https://localteam.myclickfunnels.test/api/v2/teams' \
--header 'Authorization: Bearer VZeIl6IkzMQCdfSBQdvjSb7-KLllCKrE390QMKcmC6M'
[
{
"id": 3,
"name": "Richard Steinmetz's Team",
# more team information output...
@radaniba
Copy link

Hey @RichStone
The API feature (dev) on CF2.0 is not working like documented here https://developers.myclickfunnels.com/docs/getting-started I didn't have to my client ID and secret FYI

@RichStone
Copy link
Author

Hey @RichStone The API feature (dev) on CF2.0 is not working like documented here https://developers.myclickfunnels.com/docs/getting-started I didn't have to my client ID and secret FYI

Hey @radaniba πŸ‘‹
For the auth, you only need the API Access Token, I think it's also how I describe it in the doc? You don't need the client ID and secret for now indeed. Or did you mean a different issue? Anyway, thanks for bringing it up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment