Welcome to the Apidog OpenAPI documentation. This document serves as a comprehensive guide to the public REST APIs provided by Apidog.Common Components for Requesting APIs#
Path#
All API URLs begin with one the following two base URLsApidog Global: https://api.apidog.com.
Apidog Europe: https://api.eu.apidog.com.
If your test scenario or test suite was created in Apidog Europe, specify the EU API base URL with --api-base-url:apidog run --access-token xxx -t xxx -e xxx -n 1 -r html,cli --api-base-url https://api.eu.apidog.com
Authorization#
Apidog's OpenAPI utilizes the Bearer Token authorization method. Requesting Apidog's APIs requires an access token. For detailed instructions, please refer to the Authorization Documentation. Modified at 2026-08-05 10:50:04