Authentication
API keys and authentication
Overview
The API uses Bearer token authentication. Include your API key in the Authorization header of each request.
Creating an API Key
- Navigate to your project settings
- Go to the "API Access" section
- Click "Create API Key"
- Select the required scopes for your use case
- Copy and securely store your API key (it starts with
rsl_)
Example Request
curl https://app.resletter.com/api/v1/subscribers \
-H "Authorization: Bearer rsl_your_api_key_here"API Scopes
API keys can have different scopes to limit their permissions:
subscribers:readList and view subscribers and groups
subscribers:writeCreate and update subscribers (includes bulk operations)
subscribers:deleteDelete or unsubscribe subscribers
subscribers:*Full subscriber permissions (read, write, delete)