Bearer Token
Send your Secret Key (sk_proj_...) in the Authorization header:
- Sending:
POST /v1/send-email,POST /v1/send-template-email,POST /v1/send-batch,POST /send-email - Domains:
POST /domains/register,GET /domains/:domain/dns-records,POST /domains/:domain/verify,GET /domains/:domain/status,GET /domains?domain=,POST /domains/:domain/recreate,DELETE /domains/:domain,PUT /domains/:domain/sender,POST /domains/verify-email,GET /domains/verify-email/status - Activity:
GET /v1/activity,GET /v1/activity/:id - Data:
POST /v1/leads,POST /v1/events(and the rest of the leads and events API)
Example
How it works
- The server extracts the Secret Key from the
Authorizationheader - It validates the key and resolves the associated project
- If the key is valid, the
projectIdis derived automatically — you don’t need to send it
Where to find your Secret Key
- Log in to the RQE dashboard.
- Select your project.
- In the sidebar, open Integrations → API Keys.
- Copy your Secret Key (it starts with
sk_proj_).
sk_test_*). See API Keys for the differences between Live and Test mode.