Skip to main content
GET
/
api
/
v1
/
sov
/
update
/
{id}
Check SOV Update Status
curl --request GET \
  --url https://api.sovfixer.com/api/v1/sov/update/{id} \
  --header 'Authorization: <api-key>'
{
  "request": {
    "status": "PENDING"
  }
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Response

200 - application/json
request
object
required

Information about the SOV update request.

result
object

Result when done processing. This key will be missing until the request.status is COMPLETE.