A 403 error can occur when there’s a mismatch between the domain you’re using in your API request and the domain you’ve verified in Resend.
The Problem
You’ve verified a domain (or subdomain) in Resend, but your API request is using a different domain.
Example scenario:
- You verified
sending.domain.com in Resend
- Your API request is using
domain.com (i.e., without the sending subdomain)
How to Identify This Issue
- Check which domain you’ve verified in your Resend Domains page.
- Compare it with the domain you’re using in your API request’s
from field.
Solution
You have two options to resolve this:
Option 1: Update your API request (Recommended)
Update your API call to use the verified domain. For example, if you verified sending.domain.com, make sure your from field uses that exact domain:
Option 2: Delete and re-add the domain
- Delete the domain you’ve added in Resend
- Add and verify the domain that matches what you’re using in your API request
Make sure the domain in your API request exactly matches the domain you’ve
verified in Resend, including any subdomains.
Still Having Issues?
If you’ve verified that your domain matches and you’re still getting a 403 error:
- Verify that your domain is fully verified in the Resend Domains page.
- Double-check that the domain in your API request’s
from field exactly matches your verified domain
- Ensure your API key has the necessary permissions.
- Contact Resend support with details about your error