Sorsa · Example Payload

Sorsa Key Usage Info Example

TwitterXSocial MediaData ExtractionReal-Time

Sorsa Key Usage Info 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": "GET",
    "url": "https://api.sorsa.io/v3/key-usage-info",
    "headers": {
      "ApiKey": "YOUR_API_KEY"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "total": 100000,
      "remaining": 82340,
      "expires_at": "2026-06-01T00:00:00Z"
    }
  }
}