Create Subscription
POST https://{{axpAPIDomain}}/api/notification/v1/accounts/:accountId/subscriptions
Create a new subscription for notification events
Request Body
{"family"=>"AGENT_ENGAGEMENT", "events"=>["ALL"], "transport"=>{"type"=>"WEBSOCKET"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"subscriptionId":"fdbec917-e76e-4645-8120-4eac46f29488","createdAt":"2020-08-01T14:25:23.162Z","expiresAt":"2020-08-08T14:25:23.177Z","expiresIn":900,"status":"ACTIVE","family":"AGENT_ENGAGEMENT","events":["ALL"],"transport":{"type":"WEBSOCKET","endpoint":"wss://uk.cc.avayacloud.com/ws/notification/v1/agent-engagement","pingInterval":300}}