cURL
curl --request POST \ --url https://api.sovfixer.com/api/v1/sov/{sovid}/initiate_update \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "update_type": "SCRUB", "callback_url": "<string>", "client_ref": "<string>" }'
{ "message": "<string>", "id": "<string>" }
Updates an SOV, it should be followed by some /sov/update//add_locations calls followed by /sov/update//start.
Token-based authentication with required prefix "Token"
The response is of type object.
object