Status
The Status end-point provides general information about the Identity Authority.
API | Description |
---|---|
GET v2/api/status |
Returns the Identity Authority status information. |
PseudonymousKey
The PseudonymousKey end-point provides a means to generate pseudonymous keys. It is only accessible to users whose API Credentials have the Generator role.
API | Description |
---|---|
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. |
PseudonymousKeyBatch
The PseudonymousKeyBatch end-point which provides the means to generate a batch of Pseudonymous Keys in one response packet for users whose API Credentials have the Generator role.
API | Description |
---|---|
POST v2/api/pseudonymouskeybatch |
Generate a new signed batch of Pseudonymous Keys. 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. |
Validation
The Validation end-point provides the means to validate a signed PseudonymousKey or a signed batch of PseudonymousKeys for users whose API Credentials have the Validator role.
API | Description |
---|---|
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. |