cURL
curl --request PATCH \ --url https://api.example.com/partner/instances/convert \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'instance_id=<string>'
{ "instance_id": "<string>", "name": "<string>", "consulting_status": "<string>" }
This endpoint will convert a consulting instance to a standard instance under your partner account.
Note:
Required headers:
Authorization: access_token {token}
ID of the organization under conversion from Consulting to Standard instance.
OK
Represents the JSON structure for converting an instance.
The unique identifier for the instance.
The name of the instance.
The consulting status of the instance.