Interacting with our APIs
Every Takion endpoint speaks plain HTTPS and shares the same authentication, the same subdomain pattern, and the same error codes. Learn it once here, then each vendor page only covers what is uniqueL
API Key
TAKION_API_XXXXXXXXEndpoints
https://<vendor>.takionapi.tech e.g. https://datadome.takionapi.techAuthentication
x-api-key: TAKION_API_XXXXXXXX?api_key=TAKION_API_XXXXXXXXBrowser Details
Plan Details and Status
Authorizations
x-api-keystringRequired
Responses
200
Plan details for the authenticated key.
application/json
Your plan details. The field names below are representative — confirm them against a live /plan response and adjust before publishing.
validbooleanOptionalExample:
Whether the key is currently active and within its limit.
trueplanstringOptionalExample:
The subscription tier name.
Standardrequests_usedintegerOptionalExample:
Requests consumed in the current period.
12345requests_limitintegerOptionalExample:
Total requests included in the current period.
100000resets_atstring · date-time · nullableOptionalExample:
When the usage counter resets (null for non-cyclic plans).
2026-08-01T00:00:00ZOther propertiesanyOptional
401
Invalid API key — the key is wrong, expired, or over its request limit.
application/json
get/plan
Error Codes
Last updated
