Welcome to the wonderful World of Skynamo Analytics!
Getting your access token (also known as Bearer Token) from Postman will allow you to test if your reporting API is pulling information correctly from Skynamo.
The following information will be required:
- Credentials to access your Skynamo data through the reporting API (Client ID, Client Secret).
Please see the below if you have not created your API credentials yet:
Getting your access token via POSTMAN
In your POSTMAN workspace, create a new collection and then click on Create new Collection and then on Add a request.


Then configure your workspace by following the below steps:
Step 1: Change "Get" to "Post" and enter below url
https://login.skynamo.me/oauth/token

Step 2: Select Headers and add the relevant KEY: Content-Type and VALUE: application/json

Step 3: Select Body and raw and paste the below with your relevant Client ID and client secret:
{"client_id":"XXXX","client_secret":"XXX","audience":"https://integration.skynamo.me/", "grant_type":"client_credentials"}

Then click on Send and your access token should then generate below between the double quotations (" ").

Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article