# Get a point of sale **GET /manager/points-of-sale/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer(int32)) The id of the point of sale ## Responses ### 200 returns the point of sale #### Body: application/json (object) - **id_point_of_sale** (integer(int32)) - **date_insert** (string(nullable)) - **date_update** (string(nullable)) - **active** (boolean) - **external_id** (string(nullable)) - **pos_type** (integer(int32)) - **phone** (string(nullable)) - **email** (string(nullable)) - **external_url** (string(nullable)) - **members** (array[object]) - **address_geocode** (object) - **labels** (array[object]) - **descriptions** (array[object]) - **hours** (array[object]) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 404 Not found [Powered by Bump.sh](https://bump.sh)