Skip to main content

StatSocial Silhouette API 2.0 - Intro

Let's find out how to use StatSocial Silhouette API 2.0

Getting Started

First, let's go to the Statsocial website

  1. Go to the Profile page
  2. Click on Api Settings
  3. You'll see some information about the token. After reading it, click on Generate Token
  4. Copy the generated token

Authorization

All requests made to StatSocial Silhouette API 2.0 will be required to send the token (Bearer token) generated above.

Note: send in header authorization

Authorization
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW5962lkIjoxMSwiaWF0IjoxNjc2Mzc1ODc2LCJpc3MiOiJTaWwgQVBJIiwiciI6ImFlT2J4emtkY20iLCJ1c2VyX2lkIjoxfQ.FhYFGd7L_Zp5w9kCrun6DiMnxBPDrRn3Bs3cbD8HB0s
note

You need to have permission to be able to use the StatSocial Silhouette API 2.0