StreamBox
FeedbackNemosofts
  • 🏠Welcome
  • Admin Panel
    • Getting Started
    • Database
    • Installation Process
    • SMTP Config
    • themoviedb
  • Android Studio
    • Getting Started
    • Open Project
    • Firebase
    • Push Notification
    • Application ID
    • Verify Purchase Code
    • BASE URL & Encryption Key
    • Change Logo
    • Change Color
    • Change Text
    • App Themes
  • Google Play
    • Release Version
    • Generate Signed Bundle / APK
    • Data Safety Form
    • Advertising ID
  • Login Details Send Intent
  • Custom API
    • Create API Token
    • Custom API URLs
    • PHP Code
  • Troubleshooting
  • App Information Request
  • App Content Permission
  • Rating and Support
  • License
  • FAQ
Powered by GitBook
On this page
  • Create User Device ID
  • Create User Activation Code
  1. Custom API

Custom API URLs

API URL   = [ your admin panel base url ]/sbox_api.php
API TOKEN = /sbox_api.php?token=[ your api token key ]
ACTION = API URL + API TOKEN + &action=create

Create User Device ID

1-Stream :

https:abc.com/sbox_api.php?token=xxxxxxxxx&action=create&create_type=device_id_stream&username=xxxxxx&password=xxxxxx&dns=https://abc.com&device_id=xxxxxxxxxx

Xtream Codes or XUI :

https:abc.com/sbox_api.php?token=xxxxxxxxx&action=create&create_type=device_id_xtream&username=xxxxxx&password=xxxxxx&dns=https://abc.com&device_id=xxxxxxxxxx

Create User Activation Code

1-Stream :

https:abc.com/sbox_api.php?token=xxxxxxxxx&action=create&create_type=activation_stream&username=xxxxxx&password=xxxxxx&dns=https://abc.com

Xtream Codes or XUI :

https:abc.com/sbox_api.php?token=xxxxxxxxx&action=create&create_type=activation_xtream&username=xxxxxx&password=xxxxxx&dns=https://abc.com
PreviousCreate API TokenNextPHP Code

Last updated 3 months ago