Skip to main content
POST
/
v1
/
orders
/
lookup
Get List of Orders by SSN
curl --request POST \
  --url https://api.example.com/v1/orders/lookup/

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