Security
oauth2(Required scopes: loan.migration.period:get) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/people/{personId}/loans/{loanId}/draws/{drawId}/migration/period' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "message": "string", "status": 0, "data": { "balances": { … }, "gracePeriod": { … }, "obligation": { … }, "migratedOverdueAmount": 0.1 } }