Skip to main content
POST
/
kyb
/
forms
/
{id}
/
submit
Submit KYB form
curl --request POST \
  --url https://api.example.com/kyb/forms/{id}/submit/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Path Parameters

id
string
required

A unique value identifying this company.

Response

200

No response body