v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Billing

Get Billing Email

Get specific details about a billing email

get/v1/billing/emails/{email_id}

Path parameters

email_idinteger required

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

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"
  }
}