This feature is currently on Pilot release for a limited number of clients only. If you are interested in participating in the pilot phase, please contact Emarsys Support.
Generates a list of all keys on the keyring.
Endpoint
POST https://api.emarsys.net/api/v2/keyring/keys
Result Example
{ "replyCode": 0, "replyText": "OK", "data": [ { "id": "6", "comment": "key_1", "created": "2016-04-26 09:52:33" }, { "id": "7", "comment": "key_2", "created": "2016-04-26 10:32:17" } ] }
Errors
Standard HTML status and error codes apply.