Channel Connector API

Get Channel Callback URL by Account Id

Method

Get

Media Type

application/json

URL

http://[server]/dolphin/apiv1/graph/connector/channel/callback?accountId=[accountId]&channelType=[channelType]&coordinatorIp=[agentIp]

Header

Authorization : Bearer [generatedToken] Account Id : [accoundId] Channel Type : [channelType]

Body

Status

200

Response

{ “status”: “success”, “data”: “https://[server]/[channelId]/callback”, “hasMore”: false, “nextIndex”: 0, “prevIndex”: 0, “totalResults”: 0 }

Last updated