{
"companyId": "<string>",
"token": "<string>",
"date": "2023-11-07T05:31:56Z",
"email": "jsmith@example.com",
"manager": {
"name": "<string>",
"surname": "<string>",
"email": "jsmith@example.com"
}
}Company info request
This notification is sent when additional company info is requested and when the company form token expires.
WEBHOOK
companyInfoRequest
{
"companyId": "<string>",
"token": "<string>",
"date": "2023-11-07T05:31:56Z",
"email": "jsmith@example.com",
"manager": {
"name": "<string>",
"surname": "<string>",
"email": "jsmith@example.com"
}
}Headers
Available options:
COMPANY_INFO_REQUEST Webhook signature
Body
application/json
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?