---
title: "List delivery events for an activation challenge."
method: GET
path: "/v1/mfa/challenges/activation/{id}/delivery_events"
tags: ["Activation challenges"]
---

# List delivery events for an activation challenge.

`GET /v1/mfa/challenges/activation/{id}/delivery_events`

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

## Path parameters

- `id` string, required — Activation challenge id.

## Response `200`

OK

- ActivationChallengeDeliveryEvent[]
  - `id` string — The ID of the delivery event.
  - `type` string — The type of delivery event.
  - `provider` string — Provider used to deliver the activation code.
  - `timestamp` string — The timestamp of the delivery event.

## Other responses

- `401` — Unauthorized
- `403` — No access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/solarisgroup/apis/device-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/device-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/device-management/revisions/80dd46738839/schema)
