User register Api Rest

Home Forums Legacy Support Support queries How-to & Troubleshooting User register Api Rest

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243991
    Javiervargascier
    Spectator
    Hi, need help I try register user with API Rest but no found Anyone can help me?
    #244048
    logan
    Member

    Hello,

    You will need to send this json in post :

    {

    "username": "",

    "email": "",

    "password": "",

    "client_id": "",

    "state": "",

    "device":

    "platform": " ",

    "model":

    }

    Refer : https://share.getcloudapp.com/GGuNoLPj

    it is working at my end, I only put post url and added post raw data ( JSON data ).

    But if you want to check, these are the headers: https://share.getcloudapp.com/NQuZgdRk

    #244049
    logan
    Member
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘User register Api Rest’ is closed to new replies.