v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0170379386.9 KB
Verification

Create verification

Creates a verification reminder for the document. Users can create verification reminders from different product surfaces.

post/rest/api/v1/addverificationreminder

Query parameters

localestring

The client's preferred locale in rfc5646 format (e.g. en, ja, pt-BR). If omitted, the Accept-Language will be used. If not present or not supported, defaults to the closest match or en.

Headers

X-Glean-ActAsstring email

Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).

X-Glean-Auth-Typestring

Auth type being used to access the endpoint (should be non-empty only for global tokens).

Request body

documentIdstring required

The document which the verification is for new reminders and/or update.

assigneestring

The obfuscated id of the person this verification is assigned to.

remindInDaysinteger

Reminder for the next verifications in terms of days. For deletion, this will be omitted.

reasonstring

An optional free-text reason for the reminder. This is particularly useful when a reminder is used to ask for verification from another user (for example, "Duplicate", "Incomplete", "Incorrect").

Response

OK

state'UNVERIFIED' | 'VERIFIED' | 'DEPRECATED' required

The verification state for the document.