Get Vendor Account

GET https://api.torbox.app/v1/api/vendors/account

Overview

Gets the vendor account linked to the TorBox account. Will return an error if User is not already a vendor.

Authentication

This endpoint requires Bearer token authentication using your TorBox account API Key.

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"success":true,"error":null,"detail":"Vendor account retrieved successfully.","data":{"vendor_id":0,"vendor_token":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","vendor_name":"string","vendor_email":"string","vendor_url":"string","vendor_status":"string","users_allowed":0,"current_users":0,"can_register_new":false,"account_type":"individual","paid_until":"%Y-%m-%d %H:%M:%S","created_at":"%Y-%m-%d %H:%M:%S","updated_at":"%Y-%m-%d %H:%M:%S"}}