# List available branches **GET /docs/{doc_id_or_slug}/branches** List the available branches of a given documentation. ## Servers - https://bump.sh/api/v1: https://bump.sh/api/v1 () ## Authentication methods - Authorization token - Basic token ## Parameters #### Path parameters - **doc_id_or_slug** (string) UUID or slug of a documentation which can be seen in the Automatic Deployment settings page of your documentation ## Responses ### 200: Array of existing branches #### Body Parameters: application/json (array[object]) - **name** (string) Unique id of the branch. - **slug** (string) Slug of the branch used in public documentation URL - **is_default** (boolean) Whether the branch is the default one or not. ### 404: Documentation does not exist [Powered by Bump.sh](https://bump.sh)