Skip to main content
GET
/
v1
/
brands
/
{brandId}
/
integrations
Get integrations
curl --request GET \
  --url https://api.letsway.com/v1/brands/{brandId}/integrations
{
  "items": [
    {
      "id": "integration-123",
      "brandId": "brand-456",
      "type": "opera",
      "config": {
        "setting1": true
      },
      "credential": {
        "apiKey": "secret-key"
      },
      "syncStatus": {
        "lastSyncedAt": "2024-03-01T12:00:00Z",
        "code": "SUCCESS",
        "detail": {
          "reason": "Manual sync triggered"
        }
      }
    }
  ]
}

Path Parameters

brandId
string

Response

200 - application/json

Get integrations

items
object[]
required

List of items