CreatePartnerReceiver
POST
Create Partner Receiver
Create a partner using a provided Event Hub connection string and Event Hub Name
NOTE: This API requires Client Credentials authentication and a valid connection string to a Microsoft Azure Event Hub.
Example:
{
"eventHubConnectionString": "Endpoint=sb://test.servicebus.windows.net/;SharedAccessKeyName=test;SharedAccessKey=test;TransportType=Amqp",
"eventHubPath": "test",
"name": "Events Test",
"referenceId": "YourApiKeyHere"
}
Resource URL
https://api.honeywellhome.com /v2/events/partner
Query Parameters
| Name | Values | Description |
|---|---|---|
| apikey |
API Key |
Header Parameters
| Name | Values | Description |
|---|---|---|
|
Authorization
(required) |
OAuth2 Client Credentials Token |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
Working...