# List all hubs **GET /hubs** List all hubs belonging to the authenticated organization. The API key used to make the request must be set at the organization level. ## Servers - Production: https://bump.sh/api/v1 () ## Authentication methods - Authorization token - Basic token (deprecated) ## Parameters ## Responses ### 200 Hubs successfully retrieved #### Body: application/json (array[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. ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)