Adyntel Documentation
  • 🤖Welcome!
  • Authorization
  • Ad Libraries
    • Meta
    • Meta ad search
    • LinkedIn
    • Google
    • Google shopping
    • Google shopping status
    • TikTok search
    • TikTok ad details
    • Paid vs organic keywords
  • Clay
    • Connecting to Clay
    • Extracting LinkedIn page id
  • Frequently Asked Questions
    • Billing
    • Contact
Powered by GitBook
On this page

Authorization

Good to know: You can at any time find your API key in your Adyntel.com profile under 'integrations'. The api_key variable needs to be passed alongside the other data points of your call, as well as your profile email.

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"
}
PreviousWelcome!NextMeta

Last updated 8 months ago