Skip to main content
PUT
Updates the company details including name, contact information, and webhook settings. Requires an API key with access level 3 or higher.

Body

name
string
Company name.
email
string
Company contact email address.
webhook_url
string
Webhook URL for receiving notifications.
webhook_key
string
Secret key for webhook signature verification.

Response

name
string
Company name.
email
string
Company contact email address.
webhook_url
string
Webhook URL for receiving notifications.
webhook_key
string
Secret key used for webhook signature verification.