Skip to main content
GET
/
v1
/
inboxes
List inboxes
curl --request GET \
  --url https://api.drin.run/v1/inboxes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "address": "<string>",
      "domainId": "<string>",
      "displayName": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.drin.run/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>.

Headers

X-Drin-Product
string

Names the sending project for account-wide keys (alias: X-Drin-Sender). Project-scoped keys may omit it.

Query Parameters

domainId
string

Response

200 - application/json

Inboxes for the sender.

data
object[]