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
entityId
Entity identifier
providerType
Provider type to test (e.g. pkfare)
Request
This endpoint expects an object.
testType
Type of test to perform
timeout
Test timeout in milliseconds
Response
This endpoint returns an object.
