Activation challenges

List delivery events for an activation challenge.

Returns a list delivery events for a given activation challenge (sorted descending by timestamp).

get/v1/mfa/challenges/activation/{id}/delivery_events

Path parameters

idstring required

Activation challenge id.

Response

OK

idstring

The ID of the delivery event.

typestring

The type of delivery event.

providerstring

Provider used to deliver the activation code.

timestampstring

The timestamp of the delivery event.

Example response

[
  {
    "id": "xxx12345devt",
    "type": "DISPATCHED",
    "provider": "DEUTSCHE POST",
    "timestamp": "2022-03-18T14:50:04Z"
  }
]