POST v2/api/validation

Validates a single signed Pseudonymous Key or a signed batch of Pseudonymous Keys to ensure that they were generated by IDA. The mechanism used for signing is periodically changed. If validation returns HTTP Status 410 (Gone), the caller must request that the Operator requests a new Pseudonymous Key.

Request Information

Parameters

NameDescriptionAdditional information
signedPseudonymousKeyCombi
The signed pseudonymous key or batch of keys to validate: in the form returned from the PseudonymousKey or PseudonymousKeyBatch endpoints.

Define this parameter in the request body.

Request body formats

application/json, text/json

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