GET
/
api
/
v1
/
sov
/
update
/
{id}
curl --request GET \
  --url https://api.sovfixer.com/api/v1/sov/update/{id} \
  --header 'Authorization: <api-key>'
{
  "request": {
    "status": "PENDING"
  },
  "result": {
    "message": "<string>",
    "status": "SUCCESS",
    "outputs": [
      {
        "description": "<string>",
        "filename": "<string>",
        "url": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.