Skip to main content
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"
  },
  "status": "REQUESTED"
}

Headers

Idenfy-Event-Type
enum<string>
required
Available options:
COMPANY_INFO_REQUEST
Idenfy-Signature
string

Webhook signature

Body

application/json
companyId
string
required
token
string
required
date
string<date-time>
required
email
string<email> | null
required
Maximum string length: 254
manager
object
required
status
enum<string>
required
Available options:
REQUESTED,
EXPIRED,
CANCELED

Response

200

Return a 200 status to indicate that the data was received successfully.