Test connection for a provider configuration.
cURL
curl --request POST \ --url https://api.example.com/api/v1/admin/configuration/test-connection \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The body is of type Data · object.
Data · object
Successful Response