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-emailsPath Parameters
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
Responses
🟢 Success
{
"billing_emails": [{
"email": "abc@a.com",
"active": "1"
}]
}