4c43330b15
This change targets the public API and is related to the Inbox with channel type API. Exposes public inbox details under /public/api/v1/inboxes/{inbox_identifier}. This allows access to feature flags and business hours configured for the inbox. ref: #5514
3 lines
194 B
Ruby
3 lines
194 B
Ruby
json.identifier @inbox_channel.identifier
|
|
json.identity_validation_enabled @inbox_channel.hmac_mandatory
|
|
json.partial! 'public/api/v1/models/inbox.json.jbuilder', resource: @inbox_channel.inbox
|