Admin APIs/Company & White Label
Update Company Details (by ID)
PATCH
/admin/companydetails/:idBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/admin/companydetails/:id' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'