Create Chat Handle
Request
POST /v2/customers/100/chats HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json
{
"type" : "aim",
"value" : "jsprout"
}
Path Parameters
/v2/customers/{customerId}/chats
Request fields
Path | Type | Required | Description |
---|---|---|---|
type |
String |
Y | Chat type. Accepted values are:aim gtalk icq msn other qq skype xmpp yahoo |
value |
String |
Y | Chat handle |
Response
HTTP/1.1 201 Created