GET
/
api
/
v1
/
sov
/
history
/
{id}
curl --request GET \
  --url https://api.sovfixer.com/api/v1/sov/history/{id} \
  --header 'Authorization: <api-key>'
{
  "result": {
    "sovid": "<string>",
    "previous_sovid": "<string>",
    "original_sovid": "<string>",
    "sheet_name": "<string>",
    "outputs": {
      "url": "<string>",
      "output_format": "<string>",
      "completed_time": "2023-11-07T05:31:56Z"
    }
  }
}

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.