English
Gets the certificate of a database hosted on Square Cloud.
cURL
curl --request GET \ --url https://api.squarecloud.app/v2/databases/{databaseId}/credentials/certificate \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "certificate": "CERTIFICATE_IN_BASE_64_FORMAT" } }
success
error
Show Toggle object
Was this page helpful?