Test Provider Connection

Test connectivity and functionality of a specific booking provider. **Test types:** - `connection`: Basic API connectivity and latency - `authentication`: Credential and API key validation - `availability`: Query availability endpoints - `booking`: Full booking flow simulation (dry run) Returns pass/fail status, response time, and actionable recommendations.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entityIdstringRequired
Entity identifier
providerTypestringRequired

Provider type to test (e.g. pkfare)

Request

This endpoint expects an object.
testType"connection" or "authentication" or "availability" or "booking"Optional
Type of test to perform
timeoutdoubleOptional1000-30000Defaults to 10000
Test timeout in milliseconds

Response

This endpoint returns an object.