Skip to content

Fetch pending MMF opt-in approval request

Request

🔒 Private label — contact sales. Requires a private-label entitlement on your API client.

Fetch pending MMF opt-in approval request

Security
oauth2ClientCredentials(Required scopes: investments:read)
Path
refstringrequired
Headers
Idempotency-Keystring

Required on write endpoints (POST). UUID per submission. Middleware dedupes for 24h.

org_wallet_refstring
business_idstringrequired
curl -i -X GET \
  'https://developer.boyahq.com/_mock/v2/openapi/investments/opt-in/{ref}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Idempotency-Key: string' \
  -H 'business_id: string' \
  -H 'org_wallet_ref: string'

Responses

Bodyapplication/json
dataobject(OptInApprovalRequestDto)required
messagestring
Example:"Investment opt-in request fetched"
Response
{ "data": { "_id": "64f1f77bc6d4f24b75a0c101", "ref": "INV-OPT-123456", "status": "PENDING", "participants": [], "records": [] }, "message": "Investment opt-in request fetched" }