Skip to main content
POST
/
reputation-process
/
{id}
/
stop
Stop a reputation process
curl --request POST \
  --url https://www.renovationfind.com/rest-api-v1/reputation-process/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Path Parameters

id
integer<int64>
required

Response

Reputation process stopped successfully

success
boolean
Example:

true

message
string