# Fetch a specific Verification **GET /v2/Services/{ServiceSid}/Verifications/{Sid}** Fetch a specific Verification ## Servers - https://verify.twilio.com: https://verify.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from. - **Sid** (string) The Twilio-provided string that uniquely identifies the Verification resource to fetch. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string that we created to identify the Verification resource. - **service_sid** (string | null) The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource. - **to** (string | null) 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** (string) The verification method used. One of: [`email`](https://www.twilio.com/docs/verify/email), `sms`, `whatsapp`, `call`, `sna`, or `rcs`. - **status** (string | null) The status of the verification. Can be: `pending`, `approved`, `canceled`, `max_attempts_reached`, `deleted`, `failed` or `expired`. - **valid** (boolean | null) Use "status" instead. Legacy property indicating whether the verification was successful. - **lookup** () Information about the phone number being verified. - **amount** (string | null) The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. - **payee** (string | null) The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. - **send_code_attempts** (array | null) An array of verification attempt objects containing the channel attempted and the channel-specific transaction SID. - **date_created** (string(date-time) | null) 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) | null) 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** () The set of fields used for a silent network auth (`sna`) verification. Contains a single field with the URL to be invoked to verify the phone number. - **url** (string(uri) | null) The absolute URL of the Verification resource. [Powered by Bump.sh](https://bump.sh)