Save typing patterns using Postman
See how to save a typing pattern that you have collected from a user.
Import the TypingDNA Authentication API Postman collection
Need help? Follow step 1-2 from this
tutorial.
1. Click the Collections tab, then click the TypingDNA Authentication API collection.
2. Click the Save typing pattern API service from the collection.
3. Click the Body tab.
4. Change the value of the id parameter (a string that identifies the user, min 6. chars). We used
testuser for the purpose of this demo.
5. Now, add a recorded typing pattern in the tp parameter. You can use this typing pattern as an
example:
0,2.11,0,0,18,1473785675,4,82,13,0,-1,-1,0,-1,-1,12,93,24,0,-1,-1|8330,137|1121,142|902,144|776,128|792,
151|784,111|864,151|872,111|824,127|816,104|888,95|800,151|808,119|897,134|775,101|848,111|1000,
143|688,126
Typingdna patterns are outputted by the TypingDNA Authentication API JavaScript recorder on your front-end application.
Use this type-to-output tool to easily
get typing patterns.
6. Click the Send button to make the Authentication API call. Now you should get a successful
Authentication API reply.
Congratulations. You have successfully managed to save a typing pattern.
To learn more, visit the API documentation page.
For more support, contact us at support@typingdna.com.
Related tutorials