Register New User Under Vendor
POST https://api.torbox.app/v1/api/vendors/registeruser
Overview
Signs up a user under your vendor account. To successfully sign up, the email must not already be a TorBox account (contact support in this case), and must be a valid email (acceptable MX records and not a burner email).
A user is required to confirm their email before their account is activated (which includes gaining an API key for use on the service). To read more about this, view the Get Single Vendor TorBox Account
request.
Authentication
This endpoint requires Bearer token authentication using your TorBox account API Key.
Request Body
[{"name"=>"user_email", "value"=>"string", "datatype"=>"string"}]