POST
/
api
/
v1
/
submission
curl --request POST \
  --url https://api.sovfixer.com/api/v1/submission \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "document_type": "SOV",
  "client_ref": "<string>",
  "extra_data_*": "<string>"
}'
{
  "message": "<string>",
  "id": 123
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

201
application/json

The response is of type object.