Skip to main content
POST
/
v2
/
deals
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v2/deals/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "dealtype": "prepareToSell",
  "dealname": "<string>"
}
'

Body

application/json
dealtype
enum<string>
required
Available options:
prepareToSell
dealname
string

Response

200

Success