GET
/
v1
/
credentials
curl --request GET \
  --url https://app.enzo.health/api/v1/credentials \
  --header 'Authorization: Bearer <token>'
{
  "credentials": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organizationId
string
required
type
required
Available options:
smtp

Response

200
application/json
Successful response
credentials
object[]
required