# Get an address **GET /api/v1/account/{account_uuid}/address/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **account_uuid** (string) - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the address - **address_1** (string) First line of the address - **address_2** (string) Second line of the address - **address_3** (string) Third line of the address - **address_4** (string) Fourth line of the address - **town_city** (string) Town/City - **county** (string) County - **postcode** (string) Postcode - **country** (string) Country - **move_in_date** (string) Address move in date. This field may provide inaccurate data. We recommend using the v2/addresses API which has the moved_in_month and moved_in_year fields instead. - **accounts** (object) Accounts that own this address [Powered by Bump.sh](https://bump.sh)