goals
Create a goal
Create a goal. This endpoint accepts the optional MX-Skip-Webhook header and skip_webhook parameter.
post/users/{user_guid}/goals
Path parameters
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
Response
OK
Example response
{
"goal": {
"account_guid": "ACT-4e431124-4a29-abf9-f059-ab232ac14dbf",
"amount": 4500,
"completed_at": "2015-06-19T10:37:04-06:00",
"current_amount": 1651.27,
"goal_type_name": "PAYOFF",
"guid": "GOL-f223463-4355-48d0-rce7-fe2rb345617c",
"metadata": "Additional information",
"meta_type_name": "VACATION",
"name": "Save for Europe",
"position": 3,
"projected_to_complete_at": "2022-06-14T16:03:53-00:00",
"targeted_to_complete_at": "2026-12-08 00:00:00.000000",
"track_type_name": "Track Type Name",
"user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c"
}
}