cURL
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 }
This endpoint will reactivate a suspended instance under your partner account.
Required headers:
Authorization: access_token {token}
ID of the organization under suspension.
OK
Represents the JSON structure for reactivating an instance.
The unique identifier for the instance.
The name of the instance.
The enabled status of the instance.