application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/playables/{projectId}/html/preview/identity/codes" \ -H "Content-Type: application/json" \ -d '{ "nonce": "string" }'{ "code": "string", "expiresAt": "string"}Single-use login nonce minted by the developer backend for this login attempt. Required: the developer backend must verify the same nonce is echoed on redeem to bind the identity to a specific login transaction.
1 <= length <= 128