PATCH
/
v1
/
business
/
{businessId}
/
kyb
curl --request PATCH \
  --url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/kyb \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "approved"
}'

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

businessId
string
required

Body

application/json
status
string
Example:

"approved"