---
title: "Gets the array of verified phone numbers for the current resource."
method: GET
path: "/verifications"
tags: ["ACS Verifications"]
---

# Gets the array of verified phone numbers for the current resource.

`GET /verifications`

## Query parameters

- `api-version` string, required

## Response `200`

Success

- AcsVerification[]
  - `ImmutableId` string — Immutable Id of the resource.
  - `VerificationId` string — VerificationId of the number assigned to the verified recipient.
  - `Status` string — Status of the Verification (Pending or Verified).
  - `SubscriptionId` string — Subscription Id of the resource.
  - `Identity` string — The phone number that was used to verify.
  - `ChallengeId` string — Verification Id for the 3rd party verification service.
  - `Retries` integer — Number of times the verification code has been sent.
  - `Attempts` integer — Number of times the user has tried to validate the code.

## Other responses

- `default` — Failure

---

[API](https://skmtc.net/azure/apis/recipientverificationclient.md) · [All operations](https://skmtc.net/azure/apis/recipientverificationclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/recipientverificationclient/versions/689060b1a4ab/schema)
