Orders
Get Order Receipt
Get a presigned URL to download an order’s receipt PDF.
GET
Python (SDK)
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Path Parameters
The order ID.
Response
Successful Response
Order's receipt data.
The URL to the receipt PDF.
Previous
Validate License KeyValidate a license key.
> This endpoint doesn't require authentication and can be safely used on a public
> client, like a desktop application or a mobile app.
> If you plan to validate a license key on a server, use the `/v1/license-keys/validate`
> endpoint instead.
Next
Python (SDK)

