Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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."
}
}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."
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes