Off Canvas sidebar is empty

Authentication

Authentication

The Tilerank API currently supports basic API Key authentication via the API_Key parameter on Get requests and the API key in the HTTP Authorization Header for Post requests.

API Keys are 32 hexadecimal (0-9/A-F) characters long, and are unique to each corporate account. You will need to visit the Tilerank site when your Pro or Enterprise tier is active and manage your API Key.

To access any of the Get API routes, simply append your API Key as a parameter on the end of each request, like so:

https://api.tilerank.com/api/tilerankapi/v1/request/getDomains?API_Key=a42c0de8d7628ba1bbcaea67801f9a71

API Keys should be kept as secret as possible. If you suspect somebody is using your API Key without your permission, you can regenerate it on site.

HTTP Header Authentication

For Post requests you must provide it as a Token in the HTTP Authorization Header. For example:

"Authorization: Token a42c0de8d7628ba1bbcaea67801f9a71"

Please note: The format of the HTTP header must be exactly as above. The API Key should be unquoted.

Tilerank.com Uses Cookies

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies.

Privacy