v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Accounts

Link staged verification documents to an account

patch/accounts/{account_id}

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

Request body

doc_submission_idsID[] required

Example request

{
  "doc_submission_ids": [
    "2VZvtmVc2j3gQ80CTlcuQXbGrwC"
  ]
}

Response

OK

createdstring date-time

ISO-8601 timestamp that includes date and time

idstring required

ID of the resource

namestring required
status'complete' | 'pending' | 'rejected' required
updatedstring date-time

ISO-8601 timestamp that includes date and time

Example response

{
  "created": "2020-01-01T12:00:00Z",
  "id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
  "name": "My Account",
  "updated": "2020-01-01T12:00:00Z"
}