Skip to main content
PUT
/
v1
/
client
/
{clientId}
/
site
/
{siteId}
Link a client to a site
curl --request PUT \
  --url https://connect.provisionapp.io/v1/client/{clientId}/site/{siteId} \
  --header 'x-api-key: <api-key>'
{
  "clientId": "<string>",
  "siteId": "<string>",
  "linked": true
}

Authorizations

x-api-key
string
header
required

Send the API key in the x-api-key header.

Path Parameters

clientId
string
required
Pattern: ^ovcid-.*$
Example:

"ovcid-61f936b9-6f97-438e-856d-1d99c69304f3"

siteId
string
required
Pattern: ^ovaid-.*$
Example:

"ovaid-61f936b9-6f97-438e-856d-1d99c69304f3"

Response

Client linked to site

clientId
string
required
Pattern: ^ovcid-.*$
siteId
string
required
Pattern: ^ovaid-.*$
linked
boolean
required

True once the client is associated with the site

Example:

true