Mark milestone as done
This endpoint is used to mark a delivery as delivered.
Milestone delivered
POST
v2/escrow/delivery/delivered/:milestone_id/:user_id
Params
Name
Type
Description
milestone_id
String
The id of the milestone to be marked as done
user_id
String
The ID of the user
Headers
Name
Type
Description
Accept*
string
application/json
V-PRIVATE-KEY*
string
your vesicash private key
V-PUBLIC-KEY*
String
your vesicash public key
Request body
The request body should be empty as no specific data is required for this endpoint.
Response
The response is in JSON format and follows the schema
Last updated