# Endpoint

## The Endpoint object

- [endpoint/object.md](endpoint/object.md)

## Endpoints

### Get

- [GET /api/2.0/postgres/{name=projects/*/branches/*/endpoints/*}](get-endpoint.md)

### List

- [GET /api/2.0/postgres/{parent=projects/*/branches/*}/endpoints](list-endpoints.md)

### Create

- [POST /api/2.0/postgres/{parent=projects/*/branches/*}/endpoints](create-endpoint.md)

### Update

- [PATCH /api/2.0/postgres/{endpoint.name=projects/*/branches/*/endpoints/*}](update-endpoint.md)

### Delete

- [DELETE /api/2.0/postgres/{name=projects/*/branches/*/endpoints/*}](delete-endpoint.md)

