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
Example response
[
{
"id": "xxx12345devt",
"type": "DISPATCHED",
"provider": "DEUTSCHE POST",
"timestamp": "2022-03-18T14:50:04Z"
}
]