Get integrations
cURL
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" } } } ] }
List of items
Show child attributes