Validates the stored credentials for a connection by attempting an authenticated call to the underlying provider. On success the connection is marked verified.
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Path Params
Responses
🟢200
application/json
Test result (success may be true or false depending on credential validity)
Bodyapplication/json
🟠401Unauthorized
🟠404NotFound
🔴500ServerError
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.snakk.ai/api/identity/connections//test' \
--header'X-API-Key: <api-key>'
Response Response Example
200 - Success
{"success":true,"message":"Vipps credentials are valid!"}