Verify PTC CSV
Headers
RS256-signed JWT (Bearer format), signed with your registered private key. Must contain an accountId claim identifying the master account.
Request
JSON body containing userName, requestId, and Base64-encoded CSV payload. Do not include masterAcctId.
Base64-encoded CSV content. Supported operations: RESTR_ADD, RESTR_DELETE, RESTR_ASSOC_ADD, RESTR_ASSOC_DELETE.
Set to T for employer-track authorization.
Response
Always HTTP 200. Inspect the success field to determine the outcome. All failure conditions — authentication, authorization, validation, and internal errors — return success: false.
Echoed from the request. Absent only on early apply failures (inactive body token, missing payload) where the requestId has not yet been parsed.
OK on success. On failure, either a plain string describing the error or a JSON object for structured bridge validation errors.

