English
Resets the certificate or a password of a database hosted on Square Cloud.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/databases/{databaseId}/credentials/reset \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "reset": "<string>" }'
{ "status":"success", "response":{ "password":"f3T1hdskMkchMwK6Hxqinoyb" } }
success
error
Show Toggle object
Was this page helpful?