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

Endpoint Overview

GET https://prod.transcrypts.com/v1/orders/{id}/ This endpoint retrieves order details from the Transcrypts API system.

Authentication

The endpoint requires API credentials passed via headers:
  • ClientID (Header)
  • AccessKey (Header)

Parameters

Path Parameters

ParameterTypeDescription
idstringRequired. The order identifier to retrieve

Response

The endpoint returns order information in JSON format.