Skip to main content

Read a Spending Plan for a User

Use this endpoint to read the attributes of a specific spending plan according to its unique GUID. Note the use of the beta accept header.

GET
/users/{user_guid}/spending_plans/{spending_plan_guid}

Request sample

Language:shell

_10
curl -i -X GET 'https://int-api.mx.com/users/USR-1234/spending_plans/SPL-8fe82c3f-c3f0-49af-8690-9cdfc45b6a62' \
_10
-u 'client_id:api_key' \
_10
-H 'Accept: application/vnd.mx.api.v2beta+json' \
_10
-H 'Content-Type: application/json'

Response sample

200
Language:json

_10