Billing

Get a receipt link

A short-lived link to the receipt PDF of one paid order (an id from the receipts list).

GET
/v1/billing/invoices/{id}/url
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Path Parameters

idstring

The order id from GET /v1/billing/invoices.

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.mentio.dev/v1/billing/invoices/string/url"
{
  "url": "string"
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}