API
automate as much as you like
Everything starts with a token of trust
How to get a token?

How to use the token?
Via Headers
Via URL - Parameters
Learn More
Commonly used EndpointsUse Cases and ScriptsAll API EndpointsLast updated
# Basic API request with token
curl -H "API-KEY: dot-your_token_here" <https://[app or eu].getdot.ai/api/auth/me>import requests
headers = {"API-KEY": "dot-your_token_here"}
response = requests.get("https://[app or eu].getdot.ai/api/auth/me", headers=headers)curl "https://{region}.getdot.ai/api/sync/{connection_type}/{connection_id}" \
"?user_id={user}&api_token={api_token}"