Skip to content
Languages
Servers

https://api.kycaid.com/

Operations

Affiliated persons

Affiliated persons

Operations
Operations
Operations
Operations
Operations

Request

Retrieve a URL for a form

Security
your_api_key
Path
form_idstring or null= 36 charactersrequired

A unique identifier of a form, assigned by our system after it is created in the Dashboard

Example: d87132ba092d8148ba1891736832d0451ac2
Bodyapplication/json
applicant_idstring= 36 characters
external_applicant_idstring or null[ 0 .. 50 ] characters
redirect_urlstring or null<= 2048 characters
application/json
{ "applicant_id": "723f46ab04feb64f442946f2953a67eaecf7", "external_applicant_id": "cb1eebbe-9945-4e64-8f60-c920f1e3e237", "redirect_url": "https://kyc.example.com/complete" }

Responses

OK

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

Bodyapplication/json
form_idstring or null= 36 characters
form_urlstring<= 2048 characters
verificaiton_idstring or null= 36 characters
form_tokenstring= 36 characters
verification_attempts_leftinteger or null(number)
Response
application/json
{ "form_id": "d87132ba092d8148ba1891736832d0451ac2", "form_url": "https://forms-new.kycaid.com/7505262b02bb0145c62a04d969eacedb4873", "verificaiton_id": "d2177cdf067d424a221b5d045dc616bf81f9", "form_token": "7505262b02bb0145c62a04d969eacedb4873", "verification_attempts_left": 5 }

Request

Access the article from the previous version of the documentation:

Security
your_api_key
No request payload
Operations