67f9f562c2c6
Apply PTC CSV
Applies previously verified CSV changes. Requires two tokens:
Authorization header — RS256-signed JWT containing an accountId claim, used to identify the master account. A missing or invalid token does not return HTTP 401; the request proceeds and fails at validation with success: false.
Request body — a separate RS256-signed JWT (validity: 1 minute) whose payload contains the request claims (userName, requestId, payload, and optionally isEmpTrack). The requestId must match a prior successful /csv/v2/verify call.
Failures that occur before the body JWT payload is parsed (inactive token, missing payload) return success: false without a requestId field.<br><br>Scope: restrictions.write<br>Security Policy: Signed JWT
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 body
Response
Always HTTP 200. Inspect the success field to determine the outcome. All failure conditions — authentication, authorization, validation, and internal errors — return success: false.