https://github.com/ethereum/keymanager-APIs
You can use Postman to test the API. https://www.postman.com/
In this package you will find the Postman collection for the keymanager API. You can import this collection in your own Postman instance to test the API.
The collection will need to be exported and overwritten to update the collection. A PR should be created once the file is updated.
Our keymanager API requires a valid bearer token to run the keymanager.
You can retrieve this bearer token from the URL displayed when running validator --web
i.e. http://127.0.0.1:7500/initialize?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.BEuFWr-FpKIlJEIjgmujTQJlJF2aJRaUfFiuTBYVL3k
The token can be copied and pasted into the authorization tab of each Postman request to authenticate.