WA Client
POST

Create Instance

Creates a pending Meta Cloud instance ID (prefix META) before connecting credentials.

API endpoint
https://waclient.com/api/create_cloud_instance
Example:
curl -X POST \
  'https://waclient.com/api/create_cloud_instance' \
  -H 'Content-Type: application/json' \
  --data '{
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Cloud instance ID generated successfully",
    "instance_id": "META68B6ED90CXXXX",
    "platform": "meta_cloud"
}
ParameterDescription
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc