POST
/
api
/
v1
/
sov
/
{sovid}
/
initiate_update
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>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

sovid
string
required

Body

Response

201
application/json

The response is of type object.