Skip to main content
POST
/
account
/
subscriptions
/
{id}
/
instances
Create instance
curl --request POST \
  --url https://wsapi.chat/account/subscriptions/{id}/instances \
  --header 'X-Api-Key: <api-key>'
"<string>"

Authorizations

X-Api-Key
string
header
required

Customer API key. Only the customer-level key is accepted for /account/* endpoints. No X-Instance-Id header is required.

Path Parameters

id
string
required

Response

Instance ID

The response is of type string.