Skip to main content
PATCH
/
partner
/
instances
/
reactivate
Reactivate Instance Endpoint
curl --request PATCH \
  --url https://api.example.com/partner/instances/reactivate \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'instance_id=<string>'
{
  "instance_id": "<string>",
  "name": "<string>",
  "enabled": 123
}

Headers

Authorization
string

Body

application/x-www-form-urlencoded
instance_id
string

ID of the organization under suspension.

Response

OK

Represents the JSON structure for reactivating an instance.

instance_id
string | null

The unique identifier for the instance.

name
string | null

The name of the instance.

enabled
integer<int32>

The enabled status of the instance.