API Reference

Update Organization

This endpoint allows an integration to update organization data associated with the org that it authenticated with. The integration can update the following fields:

  • Organization Name - The name of the organization in how it is displayed to users who have access and can log into the specific org.
  • Customer Display Name - The name that is displayed to members outside of the organization. For example, this display name would be presented to customers within Connect Request messaging.
  • External Identifier - This is external identifier displayed within the Hover web and mobile applications. Examples of this field include: Claim Number, Lead Number, Oppoertunity Number, et. al
  • External Identifier Required - This boolean an organization configuration that requires the inclusion of an external identifier when creating a job or connect request. The default value is false.

A successful request is notated by a 204 No Content response body.

Log in to see full request history
Path Params
string
required
Body Params
string

The Organization's name as it is displayed to members outside of the organization.

string

The Organization's name as it is displayed to logged in users.

string

Allowed values are true and false. This controls if fronend clients will require users to enter an external identifier when creating a job.

string

The label used for any job's external identifier. This identifier is displayed in Hover frontend clients.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
*/*