Zum Inhalt springen

Command: re-probe the provider and update the account status.

POST
/accounts/{accountId}/test
curl --request POST \
--url https://example.com/api/v1/accounts/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/test \
--cookie dnse_session=<dnse_session>
accountId
required
string format: uuid

Probe result.

Media typeapplication/json
object
status
string
Allowed values: ok auth_error unreachable disabled
Example
{
"status": "ok"
}

Resource not found.

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}