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: aboutmefacebookflickrforsquaregooglegooglepluslinkedinotherquoratunglemetwitteryoutube |
value |
String |
Y | Social Profile handle (url for example) |
Response
HTTP/1.1 201 Created
Resource-ID: 500
Response Headers
| Name | Description |
|---|---|
Resource-Id |
Internal ID of the newly created social-profile |