Skip to main content
GET
/
v1
/
emails
/
forwarding-rules
List forwarding rules
curl --request GET \
  --url https://api.emailr.dev/v1/emails/forwarding-rules \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "from_pattern": "<string>",
      "to_addresses": [
        "<string>"
      ],
      "active": true,
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Response

200 - application/json

List of forwarding rules

data
object[]
required