Verify Account Onboard OTP
Use this endpoint to verify the one-time password (OTP) that was sent to an account email using the Request Account Onboard OTP endpoint. Once verified, Marmin confirms that the account owner has approved onboarding under your partner integration. The OTP is valid for 2 minutes from the time it is issued, and verification attempts after that window will fail.
See the right panel for the base URL, request samples, and response JSON.
Authentication
This endpoint requires a JWT access token issued to your partner integration:
Obtain the token using your partner
client_idandclient_secret(see Authentication overview).Pass the token in the
Authorizationheader asBearer <partner_jwt_token>.
Request body
Response
Status code: 200 OK
Returns an object with identifiers for the user and organization that were onboarded.
