Skip to main content
POST
/
clusters
/
{cluster_id}
/
watchers
Watch Cluster
curl --request POST \
  --url https://api.xplenty.com/{account_id}/api/clusters/{cluster_id}/watchers \
  --header 'Accept: <accept>' \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Enter your API key as the username. Leave the password field blank. Example: curl -u YOUR_API_KEY: https://api.xplenty.com/...

Headers

Accept
string
default:application/vnd.xplenty+json; version=2
required

API version header — required on all requests

Path Parameters

cluster_id
integer
required

The unique ID of the cluster

Response

200

Now watching cluster

Last modified on April 15, 2026