GET /schemas/subcription-schema
Use this service to get the subcription request schema sent to the provider by the Expresso server.
Response Body
{ "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "description": "Event Subcriber definition", "title": "Subscriber", "required": [ "expressoSubscriberId", "expressoCallbackUrl" ], "properties": { "expressoSubscriberId": { "type": "string", "description": "Subcriber Id" }, "expressoCallbackUrl": { "type": "string", "description": "Webhook callback url" } } }
Copyright © Cloud Software Group, Inc. All rights reserved.