Skip to main content
GET
/
v1
/
orders
/
{id}
/
invoice
Retrieve an Order Invoice
curl --request GET \
  --url https://api.example.com/v1/orders/{id}/invoice/

Endpoint Overview

GET https://prod.transcrypts.com/v1/orders/{id}/invoice/ The endpoint returns an order invoice.

Authentication

This endpoint requires API credentials to be included in the request headers:
  • ClientID (Header)
  • AccessKey (Header)

Parameters

Path Parameters

ParameterTypeDescription
idstringRequired. The order identifier

Response

The endpoint returns invoice data for the specified order.