# 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 ## Authentication methods - Authorization token - Basic token ## Parameters ### Path parameters - **hub_id_or_slug** (string) UUID or slug of a Hub which can be CI deployment settings page of your hub ## Responses ### 200 Hub successfully retrieved #### Body: (object) - **name** (string) The name of the Hub - **description** (string) The description of the Hub - **url** (string) The public URL of the hub - **created** (date) Creation date of this Hub - **modified** (date) Last udpate date of this Hub - **apis** (array[object]) The list of APIs belonging to this Hub ### 404 Hub not found [Powered by Bump.sh](https://bump.sh)