Skip to main content
GET
/
v1
/
email
/
domain
Get Email Domain
curl --request GET \
  --url https://api.oviond.com/v1/email/domain \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "account_id": "<string>",
    "resend_id": "<string>",
    "name": "<string>",
    "status": "<string>",
    "records": [
      {}
    ],
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Email domain row

success
enum<boolean>
required
Available options:
true
data
object
required