# Retrieve an entity **GET /api/v1/entities/{entity}** Retrieves the details of an existing entity. You need only supply the unique entity ID that was returned upon entity creation. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **entity** (string) The ID of the desired entity (e.g., `en_Ah3tqYn`). ## Responses ### 200 Returns an entity object if a valid entity ID was provided. Returns an error otherwise. #### Body: application/json (object) - **address** (object) - **coverage_limit** (object) The contracting entity's minimum required coverage limits. - **created** (integer(int64)) - **id** (string) - **name** (string) The contracting entity's legal name. - **required_coverage** (array[string]) An array of coverage types that can include one or more of the following insurance coverage values: `general`, `professional` and `workers-comp`. [Powered by Bump.sh](https://bump.sh)