databases
Create a database credential
Generates a new secure credential for a database. The generated password is returned in the response, and is the only time the password is available in plaintext. No request body is required.”
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.