cURL
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>" } ] } }
Token-based authentication with required prefix "Token"
The response is of type object.
object