• The user guide says:

    The Integrate Firebase PRO has its own Restful API endpoints that help to create a new WordPress user. In this scenario, when you have a mobile app, and you want to duplicate user in WordPress, you can call the API to create a new User after user register on your app.

    Endpoint: POST https://example.com/firebase/v2/users/register

    Example payload: {
    username: ‘dale’,
    email: ‘[email protected]’,
    password: ‘the-password’
    }

    Does this require authentication in the http header?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter bikerflyeradmin

    (@bikerflyeradmin)

    How do I authenticate my app to create new users with the rest api? The user guide does not say? How do I set the http header? Which authentication method do I use? Do I need the basic auth plugin? Please provide some support on this.

Viewing 1 replies (of 1 total)
  • The topic ‘API registration’ is closed to new replies.