{ "operation": "GET /hubs", "operationId": "listHubs", "summary": "List All Hubs", "request": { "method": "GET", "url": "https://bump.sh/api/v1/hubs?page=1&per_page=25", "headers": { "Authorization": "Token {organization_token}", "Accept": "application/json" } }, "response": { "status": 200, "body": [ { "id": "a1b2c3d4-1111-2222-3333-444455556666", "name": "Platform APIs", "slug": "platform-apis", "url": "https://bump.sh/platform-apis", "public": true }, { "id": "b2c3d4e5-2222-3333-4444-555566667777", "name": "Internal APIs", "slug": "internal-apis", "url": "https://bump.sh/internal-apis", "public": false } ] } }