English
Integrate your website with a custom domain. It has a rate limit of 1 request every 60 seconds.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/apps/{app_id}/network/custom \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "custom": "<string>" }'
{ "status": "success" }
success
error
Was this page helpful?