Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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