POST v2/api/pseudonymouskey

Generate a new signed Pseudonymous Key for an actor. The mechanism used to sign the response is periodically changed, so the response should be passed to the Data Engine shortly after generation or validation may return false.

Response Information

A Signed pseudonymous key containing: the 16 byte pseudonymous key; the timestamp at which the pseudonymous key was generated; and a signature that can be used to verify this pseudonymous key was generated by IDA

Response body formats

application/json, text/json

Sample:
{
  "PseudonymousKey": "00000000-0000-0000-0000-000000000000",
  "TimeStamp": "2011-02-14T00:00:00",
  "Signature": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
}