cURL
curl --request PATCH \ --url https://api.example.com/kyb/forms/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clientSystem": { "ipAddress": "<string>", "timeZone": "<string>" } } '
{ "company": { "companyName": "<string>", "country": "AF", "registrationNumber": "<string>", "region": "<string>", "type": "<string>", "phone": "<string>", "website": "<string>", "email": "jsmith@example.com", "brandNames": [], "activityCode": "<string>", "tin": "<string>", "operatingAddress": "<string>", "postalAddress": "<string>", "postcode": "<string>", "street": "<string>", "city": "<string>", "additionalInfo": {} }, "clientSystem": { "ipAddress": "<string>", "timeZone": "<string>" } }
Authentication for actions with all operations associated with KYB form. Token obtained from KYB form token generation endpoint as tokenString value.
tokenString
A unique value identifying this company.
Show child attributes
Contact support