supersonic-models
Version:
Supersonic models and API specifications
25 lines (24 loc) • 682 B
YAML
type: object
description: Loyalty aloha provider settings.
required:
- companyCode
- applicationId
- authBasicToken
- baseUrl
properties:
companyCode:
type: string
example: "hjn0"
description: Company code from Aloha loyalty.
applicationId:
type: string
example: "hjn01-Test-cf5044a7-fa8c-470b-8e72-167cc8ff72f0"
description: Application ID from Aloha loyalty.
authBasicToken:
type: string
example: "ZGlnaXRhbC5pdEBodW5ncnlqYWNrcy5jb20uYXU6MUZSa3NjUUlVQzVL"
description: Token from Aloha loyalty.
baseUrl:
type: string
example: "https://loyaltyapi.alohaenterprise.com/api/v1"
description: Base URL from Aloha loyalty.