Skip to main content
GET
/
v1
/
domains
/
{id}
/
receiving
Get receiving state
curl --request GET \
  --url https://api.drin.run/v1/domains/{id}/receiving \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "records": [
    {
      "type": "TXT",
      "name": "<string>",
      "value": "<string>",
      "priority": 123,
      "purpose": "dkim",
      "verified": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://drin.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

200 - application/json

Receiving state + MX record(s).

enabled
boolean
records
object[]