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 header
Section titled “Authorization header”Authorization: Api-Key YOUR_API_KEYExample request
Section titled “Example request”curl -H "Authorization: Api-Key YOUR_API_KEY" \ https://rpc.redsift.cloud/v1/domainsObtaining an API key
Section titled “Obtaining an API key”API keys are created from the Red Sift IAM console. Each product has its own key management tab:
| Product | API Key URL |
|---|---|
| OnDMARC | iam.redsift.cloud/profile?tab=ondmarc |
| Brand Trust | iam.redsift.cloud/profile?tab=brand_trust |
| Certificates | iam.redsift.cloud/profile?tab=certificates |
Note: The IAM console is also available per region — see Regions below.
Regions
Section titled “Regions”Red Sift operates in three regions. Choose the region that matches your data residency requirements.
API endpoints
Section titled “API endpoints”| Region | API Base URL |
|---|---|
| UK (default) | https://rpc.redsift.cloud |
| EU | https://rpc.eu.redsift.cloud |
| US | https://rpc.us.redsift.cloud |
IAM console
Section titled “IAM console”| Region | IAM URL |
|---|---|
| UK (default) | https://iam.redsift.cloud |
| EU | https://iam.eu.redsift.cloud |
| US | https://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.
Interactive API references
Section titled “Interactive API references”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: