Skip to main content
GET
/
api
/
v1
/
vault
/
entries
/
{agent}
List vault entries
curl --request GET \
  --url http://localhost:3000/api/v1/vault/entries/{agent} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": [
    {
      "service": "<string>",
      "type": "smtp",
      "keys": [
        "<string>"
      ],
      "label": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token. Configure via the apiKeys field in polpo.json or the POLPO_API_KEY environment variable.

Path Parameters

agent
string
required

Response

Vault entries metadata for the agent

ok
boolean
required
data
object[]
required