# List all entities **GET /api/v1/entities** Returns a list of your contracting entities. The entities are returned sorted by creation date, with the most recent entities appearing first. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters #### Query parameters - **limit** (integer) A limit on the number of objects to be returned. Limit can range between `1` and `100`, and the default is `10`. - **starting_after** (string) A cursor for use in pagination. `starting_after` is an entity ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `en_fOo123`, your subsequent call can include `starting_after=en_fOo123` in order to fetch the next page of the list. - **ending_before** (string) A cursor for use in pagination. `ending_before` is an entity ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `en_bAr123`, your subsequent call can include `ending_before=en_bAr123` in order to fetch the previous page of the list. ## Responses ### 200: Returns an array of entity objects. If no more entities are available, the resulting array will be empty. #### Body Parameters: application/json (array[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)