Skip to main content
POST
/
v1
/
persons
/
{personId}
/
milestones
/
{milestoneId}
/
complete
Complete milestone
curl --request POST \
  --url https://api.cadanapay.com/v1/persons/{personId}/milestones/{milestoneId}/complete \
  --header 'Authorization: Bearer <token>'
{
  "id": "8ef9a712-cdae-4110-b1ea-9ba95abbee6e"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

personId
string<uuid>
required

The unique identifier for the person

milestoneId
string<uuid>
required

The unique identifier for the milestone

Response

milestone created (or completed) response

id
string<uuid>
Example:

"8ef9a712-cdae-4110-b1ea-9ba95abbee6e"