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
1{
2 "object": "agent_exception",
3 "id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
4 "created_at": "2024-01-15T09:30:00Z",
5 "url": "https://example.com/information-request/d290f1ee",
6 "information_requested": "Please provide proof of business formation documents",
7 "contact": {
8 "first_name": "Jane",
9 "last_name": "Smith",
10 "email": "jane.smith@example.com",
11 "phone": "+1-555-123-4567"
12 },
13 "company": {
14 "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
15 "legal_name": "Acme Corporation",
16 "dba_name": "Acme Co",
17 "external_id": "ext-12345"
18 }
19}

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.