v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
goals

Reposition goals

This endpoint repositions goal priority levels. If one goal is set to a lower priority, then any other goals need to be adjusted accordingly.

put/users/{user_guid}/goals/reposition

Path parameters

user_guidstring required

The unique identifier for a user, beginning with the prefix USR-.

Response

OK

Example response

{
  "goals": [
    {
      "account_guid": "ACT-4e431124-4a29-abf9-f059-ab232ac14dbf",
      "amount": 4500,
      "current_amount": 1651.27,
      "guid": "GOL-524ca5db-a2d5-44f3-b048-16de16059024",
      "goal_type_name": "PAYOFF",
      "meta_type_name": "VACATION",
      "name": "Save for Europe",
      "completed_at": "2015-06-19T10:37:04-06:00",
      "metadata": "Additional information",
      "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"
    }
  ]
}