curl --request GET \
--url http://localhost:4000/api/v1/secrets \
--header 'Authorization: Bearer <token>'
{
"keys": [
"<string>"
]
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on March 31, 2026