> ## Documentation Index
> Fetch the complete documentation index at: https://sdk.transcrypts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get List of Orders by SSN

> Returns a list of orders by an applicant SSN

## Endpoint Overview

**POST** `https://prod.transcrypts.com/v1/orders/lookup/`

The endpoint returns a list of orders by an applicant SSN.

## Authentication

This endpoint requires API credentials passed as headers:

* **ClientID** (Header)
* **AccessKey** (Header)

## Request Body

The endpoint accepts a POST request with parameters related to applicant information for order lookup purposes.

## Response

Returns a list of orders matching the provided SSN.

## Code Examples

Available in multiple languages:

* Shell
* Node
* Ruby
* PHP
* Python

## Related Operations

* [Create an order](/orders/orders-create)
* [Retrieve an order](/orders/orders-read)
* [Create a data refresh order](/orders/orders-refresh)
* [Update an order](/orders/orders-update)
* [Cancel an order](/orders/orders-cancel)
* [Add new employer to existing order](/orders/orders-add-employer)
* [Retrieve order invoice](/orders/orders-invoice)
* [Retrieve order events](/orders/orders-events)
* [Retrieve self-certification results](/orders/orders-certifications)
