Request Account Onboard OTP
Use this endpoint to send a one-time password (OTP) to an account email so that a downstream account can be onboarded under your partner integration. See the right panel for the base URL, request samples, and response JSON.
When you call this API, Marmin validates your partner access token and the provided account email, then generates a one-time verification code and sends it to that email address. The OTP is valid for 2 minutes from the time it is issued.
Authentication
This endpoint requires a JWT access token issued to your partner integration:
The token must be obtained using your partner
client_idandclient_secret.Pass the token in the
Authorizationheader asBearer <partner_jwt_token>.
Request body
Response
Status code: 200 OK
Returns a confirmation message indicating that a verification code has been sent to the provided account email.
