v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Brands

Connect brand

With this endpoint you can connect your site to Omnisend. Note it's only possible to connect store with oAuth flow.

Scopes: brands.write <br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Open Postman collection</a>

post/brands/current

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Request body

currencystring
platformstring required
versionstring required
websitestring required

Example request

{
  "currency": "USD",
  "platform": "wordpress",
  "version": "2",
  "website": "https://www.example.com"
}

Response

OK