get https://partner-api.froda.se/engagement-test/v1/product-accounts/
Retrieve details about a specific product account, including balance and status information.
Responses
Retrieve details about a specific product account, including balance and status information.
xxxxxxxxxx
curl --request GET \
--url https://partner-api.froda.se/engagement-test/v1/product-accounts/product-account-id \
--header 'accept: application/json'
xxxxxxxxxx
14{
"id": "string",
"balance": {
"amount": 0
},
"limit": {
"amount": 0
},
"available_balance": {
"amount": 0
},
"date_created": "2025-04-06T23:12:35.221Z",
"date_closed": "2025-04-06T23:12:35.221Z"
}