API registration
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘API registration’ is closed to new replies.