Retrieve Savings Goal Actions

Retrieve all savings goal actions for the given goal_id. The results of this endpoint are paginated with a default page size of 100 and a maximum of 200.
The page size is configurable by the page_size query parameter.
The next page of results can be retrieved using the page_token query parameter.

Path Params
string
required

The ID of the savings goal.

Example: 81a68821-dca6-4771-80d4-002c7fce412e

Query Params
string

Use this paramater to fetch a specific page of results. Provided by the next_page_token field in the previous request.

integer

Use this parameter to set the maximum number of results to be returned. This defaults to 100, and has a maximum of 200.

Headers
string
required

The API Client Identifier (Service Application Identifier).

uuid
required

A unique identifier for a Customer, as registered on Bud's platform.

string

Use the internal client identifier, provided in the client_metadata object when creating the customer in Create Customer V3, in place of an X-Customer-Id header.

Responses

Language
Credentials
OAuth2
Choose an example:
application/json