Create Authentication Code
POST {{authPath}}/{{envID}}/authenticationCodes
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Authentication Code.
Request Body
{"application"=>{"id"=>"{{appID}}"}, "clientContext"=>{"header"=>"Authentication process", "body"=>"Do you want to approve this transaction?"}, "lifeTime"=>{"duration"=>2, "timeUnit"=>"MINUTES"}, "userApproval"=>"NOT_REQUIRED"}