Jenshinn API Documentations
  1. Public API
Jenshinn API Documentations
  • Jenshinn Public API
    • Public API
      • Get key info
        GET
      • Get issuer details
        GET
      • Enable the key
        POST
      • Disable the key
        POST
      • Get usage
        GET
      • Get receipt PDF
        GET
    • Schemas
      • KeyInfo
      • IssuerInfo
      • UsageDay
      • UsageInfo
      • EnabledResponse
      • ApiError
  1. Public API

Get receipt PDF

GET
https://api.jenshinn.com/api/v13.7/receipt
Returns the receipt PDF for the API key. Send Accept application/pdf to receive binary.

Request

Authorization
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or

Responses

🟢200
application/pdf
PDF file (application/pdf)
🟠401
🟠404
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.jenshinn.com/api/v13.7/receipt' \
--header 'X-API-KEY: <api-key>'
Response Response Example
401 - Example 1
{
    "error": "string",
    "code": "string"
}
Previous
Get usage
Next
KeyInfo
Built with