# Fetch information of an existing Hub **GET /hubs/{hub_id_or_slug}** Fetch information of an existing Hub including the list of APIs it contains. The response follows the [APIs.json specification](http://apisjson.org/). ## Servers - https://bump.sh/api/v1: https://bump.sh/api/v1 () ## Authentication methods - Authorization token - Basic token ## Parameters #### Path parameters - **hub_id_or_slug** (string) UUID or slug of a Hub which can be Automatic Deployment settings page of your hub ## Responses ### 200: Hub successfully retrieved #### Body Parameters: application/json (object) - **id** (string) UUID of this Hub - **name** (string) The name of the Hub - **description** (string) The description of the Hub - **url** (string) The public URL of the hub - **created** (string(date)) Creation date of this Hub - **modified** (string(date)) Last udpate date of this Hub - **specificationVersion** (string) version of the [APIs.json specification](http://apisjson.org/) specification in use. - **apis** (array[object]) The list of APIs belonging to this Hub ### 400: Bad request #### Body Parameters: application/json (object) - **message** (string) Human readable error message for status 400. ### 404: Hub not found [Powered by Bump.sh](https://bump.sh)