POST/orders/target-employer
Headers
  • application/json
Body Parameters
View in API Reference
Request
$curl -X POST https://api.truework.com/orders/target-employer \
> -H "Authorization: Bearer " \
> -H "Accept: application/json" \
> -H "Content-Type: application/json" \
> -d '{
> "permissible_purpose": "child-support",
> "type": "employment-income",
> "use_case": "mortgage"
>}'
Response