# GET /importers/{id}.json **GET /importers/{id}.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer(int64)) Numeric ID of the instance ## Responses ### 200 Successful response #### Body: application/json (object) - **addressLineOne** (string | null) Address line one - **addressLineTwo** (string | null) Address line two - **city** (string | null) City - **countries** (array[string] | null) Countries - **country** (string | null) Country - **createdAt** (string(date-time)) Created at - **email** (string | null) Email - **eoriNumber** (string | null) Eori number - **firstName** (string | null) First name - **id** (integer(int32)) Id - **lastName** (string | null) Last name - **name** (string | null) Name - **phone** (string | null) Phone - **state** (string | null) State - **taxId** (string | null) Tax - **updatedAt** (string(date-time)) Updated at - **zip** (string | null) Zip [Powered by Bump.sh](https://bump.sh)