cURL
curl --request GET \ --url https://shardcloud.app/api/databases/{database_id}/connection-url \ --header 'Authorization: Bearer <token>'
{ "connection_url": "<string>", "visualizer_url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Connection URLs
Only present if database has visualizer enabled