# Credit Agencies

 - [GET /companies/{companyId}/credit-agencies](https://docs.peachfinance.com/api-docs/api-public/credit-agencies/peach.credit_reporting.handlers.credit_agencies_list.md)
 - [POST /companies/{companyId}/credit-agencies](https://docs.peachfinance.com/api-docs/api-public/credit-agencies/peach.credit_reporting.handlers.credit_agency_create.md): Creates a new credit agency.
 - [GET /companies/{companyId}/credit-agencies/{creditAgencyId}](https://docs.peachfinance.com/api-docs/api-public/credit-agencies/peach.credit_reporting.handlers.credit_agency_get.md)
 - [PUT /companies/{companyId}/credit-agencies/{creditAgencyId}](https://docs.peachfinance.com/api-docs/api-public/credit-agencies/peach.credit_reporting.handlers.credit_agency_update.md)
 - [POST /companies/{companyId}/credit-agencies/{creditAgencyId}/regenerate-ssh-keys](https://docs.peachfinance.com/api-docs/api-public/credit-agencies/peach.credit_reporting.handlers.credit_agency_regenerate_ssh_keys.md): Generates a new RSA SSH key pair for the credit agency and returns the updated object. The new `sftpSSHPeachPublicKey` must be added to the SFTP server's `authorized_keys` file — the old public key wi
