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 © 2020. TIBCO Software Inc. All Rights Reserved.
