Test a context connection's stored credentials
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteContextConnectionIdstringRequired
The unique id of the context connection
Responses
200
The connection test completed (see success for the outcome).
application/json
objectstring · enumRequiredPossible values:
successbooleanRequired
Whether the stored credentials authenticated successfully.
errorstringOptional
A human-readable reason for the failure, when the test failed.
post/orgs/{organizationId}/sites/{siteId}/context-connections/{siteContextConnectionId}/test
200
The connection test completed (see success for the outcome).
Last updated
Was this helpful?