Apply PTC CSV
Headers
RS256-signed JWT (Bearer format), signed with your registered private key. Must contain an accountId claim identifying the master account. Separate from and additional to the JWT in the request body.
Request
RS256-signed JWT (validity: 1 minute) whose payload contains userName, requestId, payload (Base64-encoded CSV), and optionally isEmpTrack. The requestId must match a prior successful /csv/v2/verify call. Distinct from the Authorization header JWT.
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.

