Skip to content

Forwarding test status

GET
/v1/domains/{id}/forwarding-test
curl --request GET \
--url https://api.fromenance.com/v1/domains/dom_01J8Z9X0Q3K4M5N6P7R8S9T0V1/forwarding-test \
--cookie fromenance.session_token=<fromenance.session_token>
id
required
string
/^dom_[0-9A-Z]{26}$/
Example
dom_01J8Z9X0Q3K4M5N6P7R8S9T0V1

Status

Media typeapplication/json
object
status
required
string
Allowed values: not_started sent working failed
sent_at
required
string | null
passed_at
required
string | null
result
required
string | null
to
required
string
Example
{
"status": "not_started"
}