Lists all credentials that exist for a database. The id of the credential is included in the response, but not the password. Passwords are provided only once, at the time the credential is created, and are encrypted for storage.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of Credential objects
The response is of type object[]
.