GET
/
v1
/
users
/
{userId}
/
database-connections

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

userId
string
required

Query Parameters

limit
integer

The amount of page items to retrieve.

page
integer

The index of the page to retrieve.

q
string

A filter for the retrieved items. Only items whose name contains the filter value will be retrieved. The filter is case insensitive.

Response

200 - application/json
databaseConnections
object[]
required
links
object
required
meta
object
required