How to get key details from key id (key_hash)?

From API call GET /tyk/keys/ you get a list of key hashes. Is it possible to retrieve key contents from this hash? (/tyk/keys/0676351e)

Yes, just add a hashed param value as shown below

/tyk/keys/0676351e?hashed=true

2 Likes

Hi, thanks.
Is there a way to get a full key (like 3def3e3775e94832a53579c0a7ddbda8) from that hash?

No. You have to save it in a secure place once it’s generated if you need it in future.

ok, I see. You can delete a key with this param for the sake of maintenance.
Tnx.