# Authorization

{% hint style="info" %}
**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**.
{% endhint %}

## 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"
}

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adyntel.com/authorization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
