cURL
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>" } ] }
Get all forwarding rules for the organization
API key authentication. Use your API key as the bearer token.
List of forwarding rules
Show child attributes