ops

sendTestEmail user

send a test email to a specified user's email as if it were from a specific seller

post/ops/users/send-test-email

Request body

emailstring required
seller_idstring required

Example request

{
  "email": "abc123",
  "seller_id": "abc123"
}

Response

OK response.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.