REST API¶
The REST API, also known as Bedrock, enables you to manage your email marketing send outs. It provides functionalities to create, send, and track email send outs, manage subscriber lists and content all through a set of RESTful endpoints.
Key Features¶
- Campaign Management: Create, schedule, and send email campaigns.
- Recipient Management: Add, update, and remove subscribers from lists.
- Content: Manage content in emails and templates.
- Statistics: Retrieve opens, clicks and bounces for emails and SMS.
Endpoints¶
Information about all the endpoints can be found at the Bedrock technical documentation.
To get the correct URL for your application URL change customer to reflect your Lime Marketing application URL https://app.bwz.se/bedrock/customer
Example: https://app.bwz.se/bedrock/example
Authentication¶
The API uses API keys secure access. The API key should be included in the header of each request. The API keys are managed in the Lime Marketing application.
apikey: api-key-in-GUID-format
Error Handling¶
The API provides clear and concise error messages to help diagnose issues quickly, with standard HTTP status codes and a detailed managed error responses.
For detailed information on each endpoint and examples of usage, please refer to the individual endpoint documentation sections.