---
title: "Fetch a specific Verification"
method: GET
path: "/v2/Services/{ServiceSid}/Verifications/{Sid}"
tags: ["VerifyV2Verification"]
---

# Fetch a specific Verification

`GET /v2/Services/{ServiceSid}/Verifications/{Sid}`

Fetch a specific Verification

## Path parameters

- `ServiceSid` string, required
- `Sid` string, required

## Response `200`

OK

- VerifyV2ServiceVerification
  - `sid` string, nullable — The unique string that we created to identify the Verification resource.
  - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource.
  - `to` string, nullable — The phone number or [email](https://www.twilio.com/docs/verify/email) being verified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).
  - `channel` 'sms' | 'call' | 'email' | 'whatsapp' | 'sna' — The verification method used. One of: [`email`](https://www.twilio.com/docs/verify/email), `sms`, `whatsapp`, `call`, `sna`, or `rcs`.
  - `status` string, nullable — The status of the verification. Can be: `pending`, `approved`, `canceled`, `max_attempts_reached`, `deleted`, `failed` or `expired`.
  - `valid` boolean, nullable — Use "status" instead. Legacy property indicating whether the verification was successful.
  - `lookup` unknown
  - `amount` string, nullable — The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
  - `payee` string, nullable — The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
  - `send_code_attempts` unknown[], nullable — An array of verification attempt objects containing the channel attempted and the channel-specific transaction SID.
    - unknown
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `sna` unknown
  - `url` string, uri, nullable — The absolute URL of the Verification resource.

## Changes

- **2026-08-11** (v2) `d5d7b4a5714f` — 1 info
  - the endpoint scheme security `access_token_bearer` was added to the API
- **2025-07-03** (v2) `1548692e6804` — 3 breaking
  - the `lookup` response's property type changed from `object` to no type for status `200`
  - the `send_code_attempts/items/` response's property type changed from `object` to no type for status `200`
  - the `sna` response's property type changed from `object` to no type for status `200`
- **2025-03-11** (v2) `43e0e113369c` — 3 breaking
  - the `lookup` response's property type changed from no type to `object` for status `200`
  - the `send_code_attempts/items/` response's property type changed from no type to `object` for status `200`
  - the `sna` response's property type changed from no type to `object` for status `200`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2Verification` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Services/:ServiceSid/Verifications/:Sid/get.md)

---

[API](https://skmtc.dev/twilio/apis/verify-v2.md) · [All operations](https://skmtc.dev/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/verify-v2/revisions/995c3e7a8bfb/schema)
