EasypanelDocs

List service databases

Returns the databases available in a supported database service.

GET
/getServiceDatabases

Returns the databases available in a supported database service.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

projectName*string
Match^[a-z0-9-_]+$
serviceName*string
Match^[a-z0-9-_]+$

Response Body

application/json

curl -X GET "https://example.com/getServiceDatabases?projectName=string&serviceName=string"
null