Configure API Authentication in Skulytics Customer Portal
This guide walks you through setting up API authentication using the Public Key from the Skulytics Customer Portal. By the end of this tutorial, you’ll learn how to log in securely and configure Postman to authenticate your API requests.
Written By Naqiya Zorahima
Last updated 3 months ago
Video Tutorial (Step-by-Step)
You can follow along using the embedded video below:
1. Access the Skulytics Customer Portal
Open your web browser.
Go to: https://portal.skulytics.io/
You will be redirected to the login page.
2. Log In to Your Account
Enter your registered email address.
Enter your password.
Click Login.
After successful login, you will be taken to your Dashboard.
3. Copy Your Public Key
On the Dashboard Overview, find the section showing your Public Key.
Click Copy to save it to your clipboard.
This key is required to authenticate and authorize your API requests.
4. Use Your Public Key in Postman
To set up authentication in Postman:
Open Postman.
Navigate to the Authorisation tab of your request or collection.
For Auth Type, select Bearer Token.
Paste your Public Key into the Token field.
Postman will now automatically use this token for all API requests.
You’re All Set!
You’ve successfully configured API authentication using the Skulytics Customer Portal. You can now start making secure API calls.
If you need additional assistance, feel free to reach out to the Skulytics Support Team.