Skip to main content
GET
Get an invoice

Authorizations

Authorization
string
header
required

Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.

Path Parameters

id
string
required

Invoice document ID (the id field carried by the invoice.created webhook).

Response

Invoice retrieved successfully

message
string
Example:

"success"

data
object

An issued invoice. Identical to the data block of the invoice.created webhook. All amounts are integer cents; dates are YYYY-MM-DD strings in the Europe/Paris timezone; missing values are explicit null.