Rest API


Introduction

We offer a simple yet rich REST API which allows for a quick and easy way to integrate with our platform.

Our API is battle tested as it is also consumed by our own first party integrations.

Authentication

Authentication is required and performed by provide an API Token as Bearer authentication for every request.

API Tokens can be created from the application by:

  1. Login at https://app.smartsend.io/login
  2. Clicking on the webshop name at the top right corner
  3. Select the menu point API Tokens
  4. Providing a name for the API Token (can be anything you like, this is only used for identification) and clicking Create
  5. The API Token will be shown in the popup only this single time and should be store somewhere safe.

Note that it is possible to delete unused API Tokens and creating new ones when needed.

Documentation

Ou API is documented using Open API making it easy to integrate with almost all api development tools.

{primary} Find our API Documentation here