Skip to main content
POST
/
routes
/
{routeId}
/
verify-inbound-domain
Verify inbound domain for a route
curl --request POST \
  --url https://api.lettermint.co/v1/routes/{routeId}/verify-inbound-domain \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "verified": true,
    "message": "Inbound domain verified successfully."
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

routeId
string
required

Response

data
object
required