latestOpenAPI 3.0.12026-08-102423137.1 KB
80dd46738839
Activation challenges
Create a delivery event for an activation challenge
Registers a new delivery event that updates the delivery status of an activation challenge.
post/v1/mfa/challenges/activation/{id}/delivery_events
Path parameters
idstring required
Activation challenge id.
Request body
Example request
{
"type": "DISPATCHED",
"provider": "DEUTSCHE POST",
"additional_details": "Booking id is 123E",
"timestamp": "2018-06-18T13:06:54.000Z"
}Response
Created
Example response
{
"id": "6642d15e-8f6b-4d28-9186-cdd61d80032a",
"person_id": "55e47118b78741dbb81cdd3d372bc448cpar",
"code": "code123456abcd",
"created_at": "2022-03-18T14:50:04Z",
"expires_at": "2022-03-18T14:55:04Z",
"origin": "MOBILE_APP",
"purpose": "DEVICE_BINDING",
"delivery_method": "SNAILMAIL",
"usage_count": 1,
"max_usage_count": 5
}