Reference
//
Approve pending MMF opt-i...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Approve pending MMF opt-in request
Security
oauth2ClientCredentials(Required scopes: investments:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/investments/opt-in/{ref}/approve
- Productionhttps://api.boyahq.com/v2/investments/opt-in/{ref}/approve
- Sandboxhttps://sandbox.api.boyahq.com/v2/investments/opt-in/{ref}/approve
curl -i -X POST \
'https://developer.boyahq.com/_mock/v2/openapi/investments/opt-in/{ref}/approve' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Idempotency-Key: string' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "data": { "_id": "64f1f77bc6d4f24b75a0c101", "ref": "INV-OPT-123456", "status": "PENDING", "participants": [ … ], "records": [ … ] }, "message": "Investment opt-in request fetched" }