Create Social Profile

Request

POST /v2/customers/100/social-profiles HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json

{
  "type" : "googleplus",
  "value" : "https://api.helpscout.net/+HelpscoutNet"
}

Path Parameters

/v2/customers/{customerId}/social-profiles

Request fields

Path Type Required Description
type String Y Type of social profile. Accepted values are:
aboutme
facebook
flickr
forsquare
google
googleplus
linkedin
other
quora
tungleme
twitter
youtube
value String Y Social Profile handle (url for example)

Response

HTTP/1.1 201 Created