Skip to main content
GET
/
databases
/
{database_id}
/
connection-url
Get database connection URL
curl --request GET \
  --url https://shardcloud.app/api/databases/{database_id}/connection-url \
  --header 'Authorization: Bearer <token>'
{
  "connection_url": "<string>",
  "visualizer_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

database_id
string<uuid>
required

Response

Connection URLs

connection_url
string
visualizer_url
string

Only present if database has visualizer enabled

I