Skip to content

Instantly share code, notes, and snippets.

@leadbi
Forked from andrei-tofan/leadbi_api.md
Created May 5, 2017 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leadbi/82235eedc9619d33a7c7e0ba71e41985 to your computer and use it in GitHub Desktop.
Save leadbi/82235eedc9619d33a7c7e0ba71e41985 to your computer and use it in GitHub Desktop.
LeadBI API access documentation

LeadBI API Access

In order to access the leadbi api you need to create a api key in the account section. After the api key is created you can make api calls using the following headers:

  • X-Access-Id - api key id
  • X-Access-Secret - api key secret

Request Example

GET /api/v1/websites
Host: app.leadbi.com
Accept: application/json
X-Access-Id: {{API Key Access ID}}
X-Access-Secret: {{API Key Secret}}

About LeadBI

LeadBI is a marketing automation software. For more info visit https://www.leadbi.com

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