Skip to content

Update an applicant

Request

Update data of a created applicant

Security
API-Key
Path
applicant_idstring, = 36 charactersrequired

A unique identifier of an applicant, that is assigned by our system after an applicant object was created with a “Create an applicant” request

Example:27c5caea93ee4656881ef9a30fadd21a3768
curl -i -X PATCH \
  https://api.kycaid.com/applicants/27c5caea93ee4656881ef9a30fadd21a3768 \
  -H 'API-Key: YOUR_API_KEY_HERE'

Responses

OK

The request was successful, and our system returned an expected response.

Bodyapplication/json
object
Response
{}