GET
/
api
/
keychain
/
list-services
curl --request GET \
  --url http://localhost:4242/{computer_name}/api/keychain/list-services
[
  "github",
  "gitlab",
  "aws"
]

Response

200
application/json
Successfully retrieved service list

The response is of type string[].