{ "id": "<string>", "date": "2023-11-07T05:31:56Z", "kind": "key.created", "data": { "key": { "id": "<string>", "scheme": "DH", "curve": "ed25519", "publicKey": "<string>", "status": "Active", "custodial": true, "dateCreated": "<string>", "masterKey": true, "derivedFrom": { "keyId": "key-01snl-t56gb-j8tsok0vn802p80i", "path": "<string>" }, "name": "<string>", "imported": true, "exported": true, "dateExported": "<string>", "dateDeleted": "<string>" } }, "timestampSent": 123, "deliveryAttempt": 2, "retryOf": "<string>" }
A new key has been created
key.created
Show child attributes
x >= 1
Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.
Was this page helpful?