Database - Credentials
Reset Credentials
Reset the certificate or a password of a database hosted on Square Cloud.
POST
Reset Credentials
string
required
The API key for your account. You can find this in your account settings.
password returns the new password once in the response body, it is not shown again, so store it immediately. Resetting certificate returns a plain success, fetch the new certificate afterward via Get Certificate. After either reset, existing client connections using the old credential will need to reconnect. Rate limited to 1 reset every 3 seconds per user.
Parameters
string
required
The ID of the database.
string
required
The credential you want to reset, password or certificate.
Response
string
Indicates whether the call was successful..
success if successful, error if not.If it’s a password reset
object
The contents of the response.
Common errors
Reset Credentials

