---
title: Hosts
description: Assign members to host services.
canonical_url: https://wiblo.app/docs/developers/api/hosts
last_updated: 2026-07-28T18:08:25+02:00
md_url: https://wiblo.app/docs/developers/api/hosts.md
---

# Hosts

## Endpoints

- `GET` [List service hosts](/docs/developers/api/hosts/list-service-hosts) — `/v1/services/{serviceId}/hosts`
- `POST` [Assign service host](/docs/developers/api/hosts/assign-service-host) — `/v1/services/{serviceId}/hosts`
- `PATCH` [Update service host](/docs/developers/api/hosts/update-service-host) — `/v1/services/{serviceId}/hosts/{memberId}`
- `DELETE` [Remove service host](/docs/developers/api/hosts/remove-service-host) — `/v1/services/{serviceId}/hosts/{memberId}`
