v1

latestOpenAPI 3.0.32026-08-0421040.6 KB
Entities

Get a cached entity by ID. Returns the most recent verification data for the entity. Entity IDs are returned by POST /v1/verify and POST /v1/search. No credits charged.

get/v1/entity/{entityId}

Path parameters

entityIdstring required

The entity ID returned from a verification or search

Response

Default Response

idstring required

The cached entity ID

jurisdictionstring required

Jurisdiction code, e.g. "us-fl" or "gb"

jurisdiction_idstring nullable required

The entity identifier within its jurisdiction

entity_namestring required

The registered business name

entity_type'llc' | 'corporation' | 'lp' | 'llp' | 'sole_proprietorship' | 'nonprofit' | 'general_partnership' | 'other' required

The entity type

status'active' | 'inactive' | 'dissolved' | 'suspended' | 'revoked' | 'merged' | 'withdrawn' | 'unknown' required

The registration status

good_standingboolean nullable required

Whether the entity is in good standing (null if not determinable)

formation_datestring nullable required

Formation/registration date, if available

last_verified_atstring nullable required

ISO 8601 timestamp of the most recent verification, if any

snapshotsnumber required

Number of verification snapshots on record for this entity

created_atstring required

ISO 8601 timestamp of when the entity was first cached

updated_atstring required

ISO 8601 timestamp of the most recent update