Get List of Orders by SSN
Orders
Get List of Orders by SSN
Returns a list of orders by an applicant SSN
POST
Get List of Orders by SSN
Endpoint Overview
POSThttps://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