Skip to main content
GET
Read spending plan account
Use this endpoint to read the attributes of a specific spending plan account according to its unique GUID.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

user_guid
string
required

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

spending_plan_guid
string
required

The unique ID for the spending_plan.

spending_plan_account_guid
string
required

The unique ID for the specified account.

Query Parameters

page
integer

Results are paginated. Specify current page.

records_per_page
integer

This specifies the number of records to be returned on each page. Defaults to 25. The valid range is from 10 to 1000. If the value exceeds 1000, the default value of 25 will be used instead.

Response

200 - application/vnd.mx.api.v1+json

OK

account_guid
string
Example:

"ACT-97d3948f-ebe7-434a-9bd0-20b29d67c9d4"

client_guid
string
Example:

"CLT-024284fc-a6a7-42ee-b363-dab9343e3f72"

created_at
string
Example:

"2023-04-27T23:14:16Z"

guid
string
Example:

"SPA-c76e4a85-b2c4-4335-82b7-8f8b8f28c35a"

spending_plan_guid
string
Example:

"SPL-dbfe201d-c341-4bff-93c0-62a918d0b600"

updated_at
string
Example:

"2023-04-27T23:14:16Z"

user_guid
string
Example:

"USR-72086f59-6684-4adf-8f29-c4d32db43cd7"