Create Website

Request

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

{
  "value" : "https://api.helpscout.net/"
}

Path Parameters

/v2/customers/{customerId}/websites

Request fields

Path Type Required Description
value String Y Website URL

Response

HTTP/1.1 201 Created