Company Refreshed
A notification when company information has been refreshed.
Use Case
When you use the Refresh company information endpoint you can:
- Poll for the status using Get refresh company information status or
- Use this web-hook for status notifications.
/companyRefresh
The Company Refresh web-hook will send a POST
request to your server.
For more information about registering web-hooks, please see the Web-hooks guide.
Status | Definition | Next Steps |
---|---|---|
Assessing | The original request is still processing. | An additional webhook will be sent after a status change. |
Answered | Positive response. The company refresh request was successful. | |
Refused | Negative response. The company refresh request was rejected. | None. |
Cancelled | The company refresh request was cancelled by the customer. | |
Terminated | The company refresh request was terminated by the server. Usually due to the request expiring. | Retry Refresh company information with exponential backoff up to 10 times. |
Updated over 2 years ago