---
title: "Verify a Passkeys Factor"
method: POST
path: "/v2/Services/{ServiceSid}/Passkeys/VerifyFactor"
---

# Verify a Passkeys Factor

`POST /v2/Services/{ServiceSid}/Passkeys/VerifyFactor`

Verify a Passkeys Factor

## Path parameters

- `ServiceSid` string, required

## Request body

- object
  - `id` string — A [base64url](https://base64.guru/standards/base64url) encoded representation of `rawId`.
  - `rawId` string — The globally unique identifier for this `PublicKeyCredential`.
  - `authenticatorAttachment` 'platform' | 'cross-platform' — A string that indicates the mechanism by which the WebAuthn implementation is attached to the authenticator at the time the associated `navigator.credentials.create()` or `navigator.credentials.get()` call completes.
  - `type` 'public-key' — The valid credential types supported by the API. The values of this enumeration are used for versioning the `AuthenticatorAssertion` and `AuthenticatorAttestation` structures according to the type of the authenticator.
  - `response` object, required — The result of a WebAuthn credential registration via `navigator.credentials.create()`, as specified in [AuthenticatorAttestationResponse](https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAttestationResponse).
    - `attestationObject` string — The authenticator data and an attestation statement for a new key pair generated by the authenticator.
    - `clientDataJSON` string — This property contains the JSON-compatible serialization of the data passed from the browser to the authenticator in order to generate this credential.
    - `transports` string[] — An array of strings providing hints as to the methods the client could use to communicate with the relevant authenticator of the public key credential to retrieve.

## Response `200`

Created

- object
  - `sid` string, nullable — A 34 character string that uniquely identifies this Factor.
  - `account_sid` string, nullable — The unique SID identifier of the Account.
  - `service_sid` string, nullable — The unique SID identifier of the Service.
  - `entity_sid` string, nullable — The unique SID identifier of the Entity.
  - `identity` string, nullable — Customer unique identity for the Entity owner of the Factor.
  - `date_created` string, date-time, nullable — The date that this Factor was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date that this Factor was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `friendly_name` string, nullable — A human readable description of this resource, up to 64 characters.
  - `status` 'unverified' | 'verified' — The Status of this Factor. One of `unverified` or `verified`.
  - `factor_type` 'push' | 'totp' | 'passkeys' — The Type of this Factor. Currently `push` and `totp` are supported.
  - `config` unknown
  - `metadata` unknown
  - `url` string, uri, nullable — The URL of this resource.

---

[API](https://skmtc.net/twilio/apis/verify-v2.md) · [All operations](https://skmtc.net/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/verify-v2/versions/976da0a42d57/schema)
