v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBilling
Get Billing Email
Get specific details about a billing email
get/v1/billing/emails/{email_id}
Path parameters
email_idinteger required
Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"id": 880088,
"subject": "Credit Card Payment Confirmation",
"message": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml xmlns:v=\"urn:schemas-microsoft-com:vml\">\n<head>",
"date": "2024-05-21 11:13:10",
"to": "customer@rocket.net",
"cc": "billing@rocket.net",
"bcc": "bcc@rocket.net"
}
}