Skip to content

Authentication

All Red Sift APIs use the same authentication mechanism. Every request must include an API key in the Authorization header using the Api-Key scheme.

Authorization: Api-Key YOUR_API_KEY
Terminal window
curl -H "Authorization: Api-Key YOUR_API_KEY" \
https://rpc.redsift.cloud/v1/domains

API keys are created from the Red Sift IAM console. Each product has its own key management tab:

ProductAPI Key URL
OnDMARCiam.redsift.cloud/profile?tab=ondmarc
Brand Trustiam.redsift.cloud/profile?tab=brand_trust
Certificatesiam.redsift.cloud/profile?tab=certificates

Note: The IAM console is also available per region — see Regions below.

Red Sift operates in three regions. Choose the region that matches your data residency requirements.

RegionAPI Base URL
UK (default)https://rpc.redsift.cloud
EUhttps://rpc.eu.redsift.cloud
UShttps://rpc.us.redsift.cloud
RegionIAM URL
UK (default)https://iam.redsift.cloud
EUhttps://iam.eu.redsift.cloud
UShttps://iam.us.redsift.cloud

Make sure your API key and API endpoint are from the same region. A key created in the UK region will not work against the EU or US endpoints.

The interactive API reference pages (powered by Scalar) include a server selector at the top. Choose your region from the dropdown before making test requests: