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

  1. Open your web browser.

  2. Go to: https://portal.skulytics.io/

  3. You will be redirected to the login page.


2. Log In to Your Account

  1. Enter your registered email address.

  2. Enter your password.

  3. Click Login.

After successful login, you will be taken to your Dashboard.


3. Copy Your Public Key

  1. On the Dashboard Overview, find the section showing your Public Key.

  2. 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:

  1. Open Postman.

  2. Navigate to the Authorisation tab of your request or collection.

  3. For Auth Type, select Bearer Token.

  4. 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.