---
title: "Verify a social verification record"
method: POST
path: "/api/verifications/social/verify"
tags: ["Verifications"]
---

# Verify a social verification record

`POST /api/verifications/social/verify`

Verify a social verification record by callback connector data, and save the user information to the record.

## Request body

- object
  - `connectorData` object, required — A json object constructed from the url query params returned by the social platform. Typically it contains `code`, `state` and `redirectUri` fields.
  - `verificationRecordId` string, required
  - `verificationId` unknown

## Response `200`

The social verification record has been successfully verified and the user information has been saved.

- object
  - `verificationRecordId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/0287c6a59eba/schema)
