Messtone LLC Manages(JSON):

ClickFunnels REST API communications in JSON over SSL.All endpoints will begin with https://api.clickfunnels.com/api/attributes Register Messtone at https://api.clickfunnels.com/oauth/applications.Messtone Application Request Authorization at https://api.clickfunnels.com/oauth/authorize.Plain text{“access_token”:”978ef42b816556…”token_type”:”bearer”,”scope:”public”} Plain text https://api.clickfunnels.com/oauth/authorize Plain text POST https://api.clickfunnels.com/oauth header of Messtone access token API requests as follows`Plain text Authorization:Bearer 978ef42b816556 limit rate requests Plain text HTTP/1.1 200 OK X-HourlyRateLimit-RateLinit-Limit:5 X-HourlyRateLimit-RateLimit-Remaining Messtone API calls is forbidden Plain text HTTP/1.1 403 Forbidden X-HourlyRateLimit-RateLimit-Limit:5 X-HourlyRateLimit-RateLimit-Remaining Funnels Authorization OAuth2.0 This folder is using OAuth 2.0 from folder ClickFunnels GET List Funnels https://api.clickfunnels.com/api/attributes/funnels.json List of funnels Authorization OAuth 2.0 Access Token<access-token>Example Request List Funnels GET Show Funnels https://api.clickfunnels.com/api/attributes/funnels{{example_funnels_id}}.json GET List Funnels Steps for Funnels GET https://api.clickfunnels.com/api/attributes/funnels/{{example_funnels_id}}/steps.json GET Show Funnels Step Details https://api.clickfunnels.com/api/attributes/funnels/{{example_funnels_id}}/funnels_steps/{{examples_funnels_step_id}}.json GET List Pages for Funnels Steps https://api.clickfunnels.com/api/attributes/funnels/{{example_funnels_id}}/funnels_steps/example_funnels_step_id}}/pages.json GET Show Page Details https://api.funnels.com/api/attributes/funnels/{{example_funnels_id}}/funnels_steps/{{example_funnels_step_id}}/pages/{{exanple_page_id}}.json GET List Contact Activity https://api.clickfunnels.com/api/attributes/contacts.jsom GET Show Contacts Activity Details https://api.clickfunnels.com/api/attributes/contents/{{example_contact_id}}.json POST Create Contact Opt-in https://api.clickfunnels.com/api/attributes/contacts.json

Leave a comment