Verified 1-Click Signup API v2.0
For full documentation, see https://docs.verified.inc/v2.0.
1-Click
{id}
GETRetrieve a 1-Click Entity
GET /1-click
Retrieves a single 1-click resource with the specified `id`.
Request
Method: GET
URL:
https://core-api.sandbox-verifiedinc.com/v2/1-click/:id
Query Parameter:
code
(string): The code for the resource
Response
- 1ClickEntity
PATCHPatch a 1-Click Entity
PATCH /1-click
Patches the 1-click resource by id
.
POSTInitiate and create a 1-Click flow
POST /1-click
Creates a new 1-Click flow. Only the phone number is required. The credential requests and most other optional request attributes use the settings from the Dashboard.
Request
phone (string): The phone number of the user.
email (string) [optional]: The email address of the user.
birthDate (string) [optional]: The birth date of the user.
ssn4 (string) [optional]: The SSN4 date of the user.
credentialRequests (array of CredentialRequests) [optional]: An array of credential requests.
content (object) [optional]:
title (string): The title of the content.
description (string): The description of the content.
redirectUrl (uri) [optional]: The URL to redirect after the request is processed.
Response
The response depends on your brand's integration type setting.