Transaction: createHub Topic
| Transaction | createHubTopic |
|---|---|
| Description | API to create the context identifier (hub.topic) |
| HTTP Context | POST |
| HTTP Response Codes | 200: OK 400: Bad Request 404: Not Found 500: Internal Server Error |
Parameters : Request Parameters
Not Applicable
Parameters : Response Parameters
Not Applicable
Example:
Sample Request POST:
POST [base]/createHubTopic HTTP/1.1
Authorization: Bearer i8hweunweunweofiwweoijewiwe
X-Request-Id - 3640dd516011da0243e26ce2
Sample Response JSON:
{
"status":"Success",
"code":200,
"id":"",
"hub.topic":"CD964299-E31E-427A-B410-18EC0468FF6F",
"hub.event":"",
"lob.id":"9C25B1C6-2013-412B-83C5-37117C51183B",
"success":true,
"failure":false,
"errorCodes":[],
"hasReason":false,
"hasErrorCodes":false
}