How to make your first TypingDNA Authentication API call with Postman
First steps are always the hardest to make but also the most important. They have the power to influence the developer in choosing to use a specific software or not. Because each API is unique, we decided to show you how to use ours with this simple tutorial.
The following example shows you how to save a typing pattern for a user via our API.
1. Import TypingDNA Postman collection which contains all the TypingDNA Authentication API services.
2. Click on your preferred Postman platform you want to import.
If successfully imported, the following message should appear in the top of Postman application.
3. Click the Collections tab, then click the newly imported TypingDNA Authentication API collection from step 1.
4. Click the Save typing pattern API service from the collection.
5. Insert the username (apiKey) and password (apiSecret). You can find them in your clients dashboard. If you don’t have an account, you can sign up for free.
6. Click the Body tab.
7. 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.
8. Now, add a recorded typing pattern in the tp parameter. You can use this typing pattern as an example:
9. Click the Send button to make the API call. Now you should get a successful API reply.
Congratulations. You have successfully managed to make the first TypingDNA Authentication API call! To learn more, visit the Authentication API documentation page.