0

I just installed Baasbox on my laptop and everything are work well. But when I try to make a request to create a new user, or anothe REST request using POSTMAN extension, I always got "Invalid Json" error. Is there any mistakes with my request? error attachment

1 Answers1

1

it seems that you want to create a user.

In this case you have to set parameters like in the image below.

In particular you have to set "raw" instead of form-data, and also you do not need to set the Authorization header when signing up.

Further info here: BaasBox Signup API Postman extension screenshot

Giastfader
  • 136
  • 2