GET
/
api
/
v1
/
sov
/
activity
List SOV Activity
curl --request GET \
  --url https://api.sovfixer.com/api/v1/sov/activity \
  --header 'Authorization: <api-key>'
{
  "cursor_sovid": "<string>",
  "results": [
    {
      "id": "<string>",
      "sovid": "<string>",
      "revision": 123,
      "status": "<string>",
      "client_ref": "<string>",
      "record_type": "ORIG",
      "incremental": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Response

results
object[]
required

Up to page_size number of SOV records, sorted in ascending order, after the start timestamp, beginning with the cursor_sovid.

cursor_sovid
string

The last SOV or SUD id returned in a set of results.