CompanyGet Billing Recipients

API Description

  • This API retrieves the billing recipient emails. It allows users to obtain a list of email addresses associated with billing recipients.

API Endpoint

GET
/api/v1/company/{company_token}/billing-receipt-emails

Path Parameters

NameDataTypeValue
company_token
StringwNpOV47PLkRuS8taZpMaPQDTU

Responses

🟢 Success
{
    "billing_emails": [{
        "email": "abc@a.com",
        "active": "1"
    }]
}