cURL
curl --request GET \ --url https://app.enzo.health/api/v1/credentials \ --header 'Authorization: Bearer <token>'
{ "credentials": [ { "id": "<string>", "name": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
smtp
Successful response
Show child attributes