AgentInformationRequest object

This page describes the agent_information_request object, which represents a request for additional information from an agent regarding a company’s registration or compliance requirements.

Example JSON response
{
"object": "agent_exception",
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"created_at": "2024-01-15T09:30:00Z",
"url": "https://example.com/information-request/d290f1ee",
"information_requested": "Please provide proof of business formation documents",
"contact": {
"first_name": "Jane",
"last_name": "Smith",
"email": "[email protected]",
"phone": "+1-555-123-4567"
},
"company": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"legal_name": "Acme Corporation",
"dba_name": "Acme Co",
"external_id": "ext-12345"
}
}

AgentInformationRequest attributes

AttributeTypeDescription
objectstringObject type identifier. Always agent_exception.
idstring (uuid)Unique identifier for the information request.
created_attimestampWhen the information request was created.
urlstring (uri) | nullURL to view or respond to the information request.
information_requestedstringDescription of what information is required.
contactobjectContact details for the person who can provide the information.
companyobjectCompany associated with this information request.

Contact attributes

AttributeTypeDescription
first_namestringContact’s first name.
last_namestringContact’s last name.
emailstring (email)Contact’s email address.
phonestringContact’s phone number.

Company attributes

AttributeTypeDescription
idstring (uuid)Unique identifier for the company. Required.
legal_namestring | nullThe company’s legal name.
dba_namestring | nullThe company’s doing business as (DBA) name.
external_idstring | nullExternal identifier for the company in your system.
Get a demo
Contact your account manager or contact sales to inquire about access.