API reference/Invoices
Get invoice
Fetches a single invoice by its id. Responds 404 if no such invoice exists in this workspace, or if it belongs to the other side of the test/live divide.
Authorization
AuthorizationRequiredBearer <token>API key as Bearer token: Authorization: Bearer sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
X-API-Key<token>API key via header: X-API-Key: sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
Path Parameters
idRequiredstringResource ID
Format:
"uuid"Invoice details