Sorsa · Example Payload

Sorsa Check Follow Example

TwitterXSocial MediaData ExtractionReal-Time

Sorsa Check Follow Example is an example object payload from Sorsa, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.sorsa.io/v3/check-follow",
    "headers": {
      "ApiKey": "YOUR_API_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "user_1": {
        "username": "SorsaApp"
      },
      "user_2": {
        "username": "elonmusk"
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "follow": false
    }
  }
}