Authorization

Get your API keys

Your API requests are authenticated using API keys and your email. Any request that doesn't include an API key will return an error.

You can copy the API key from your Dashboard at any time.

To authorise your calls you need to include the 'api_key' as a query string alongside the other variables of your API call.

{
  "email": "mike@tyson.com",
  "api_key":"hd-f66446a87912e93772eeb-6",
  "facebook_url":"https://www.facebook.com/nike"
}

Last updated