POST/verification-requests?fields=id,status
Headers
  • application/json
  • async
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST "https://api.truework.com/verification-requests?fields=id%2Cstatus" \
> -H "Authorization: Bearer " \
> -H "Accept: application/json" \
> -H "Request-Sync: async" \
> -H "Content-Type: application/json" \
> -d '{
> "permissible_purpose": "child-support",
> "type": "employment-income"
>}'
Response