# Monato's API

Version: 2.0.0

## Security

### BearerAuth

Type: http
Scheme: bearer
Bearer Format: Access Token

## Download OpenAPI description

[Monato's API](https://docs.monato.com/_bundle/products/billpay/billpay-openapi.yaml)

## Other

### Returns account details

 - [GET /v2/account](https://docs.monato.com/products/billpay/billpay-openapi/other/getaccount.md): Endpoint to get basic data from your account with Monato.

### Retrieve utility companies

 - [GET /v2/utilities](https://docs.monato.com/products/billpay/billpay-openapi/other/retrieveutilitiescompanies.md): Endpoint to retrieve a list of utility companies available.

### Retrieve the details for an utility company

 - [GET /v2/utilities/{companyId}](https://docs.monato.com/products/billpay/billpay-openapi/other/retrievutilitycompany.md): Endpoint to retrieve company details based on the provided company ID.

### Retrieve the current balance for a reference

 - [GET /v2/utilities/{companyId}/{reference}](https://docs.monato.com/products/billpay/billpay-openapi/other/retrievebillsbalance.md): Endpoint to retrieve the current balance for a companies refence – also knowns as account number, or service number – based on company ID and reference.

### Create a payment

 - [POST /v2/payments](https://docs.monato.com/products/billpay/billpay-openapi/other/createpayment.md): Endpoint to create a Payment.

### Get customer bill

 - [GET /customer-bills/{billId}](https://docs.monato.com/products/billpay/billpay-openapi/other/retrievecustomerbill.md): Returns the Customer Bill content.

### Set customer bill  as tracked

 - [PUT /customer-bills/{billId}/track](https://docs.monato.com/products/billpay/billpay-openapi/other/trackcustomerbill.md): Update the Customer Bill to be tracked.

### Set customer bill as untracked

 - [PUT /customer-bills/{billId}/untrack](https://docs.monato.com/products/billpay/billpay-openapi/other/untrackcustomerbill.md): Update the Customer Bill to stop being tracked.

### Create a webhook configuration

 - [POST /api/v2/webhooks](https://docs.monato.com/products/billpay/billpay-openapi/paths/~1api~1v2~1webhooks/post.md)

