Skip to main content
GET
/
v1
/
orders
/
{id}
/
certifications
Retrieve Self-Certification Results
curl --request GET \
  --url https://api.example.com/v1/orders/{id}/certifications/

Endpoint Overview

GET https://prod.transcrypts.com/v1/orders/{id}/certifications/ The endpoint retrieves self-certification results for employments and accounts that have been reviewed and certified by the user.

Authentication

This endpoint requires API credentials:
  • ClientID (Header)
  • AccessKey (Header)

Parameters

Path Parameters

ParameterTypeDescription
idstringRequired. The order identifier

Response

The response contains certification results for:
  • Employments that have been reviewed and certified
  • Accounts that have been reviewed and certified

Implementation Notes

  • This is a read-only operation (GET request)
  • Response includes only items explicitly certified by the user
  • Requires a valid order ID in the path