184
edits
(→Authenticating requests: Removed trailing slash.) |
|||
| Line 25: | Line 25: | ||
* If you do not have an admin user registered in the box, you'll need to create one. To do that you need to send a POST request to the /users/setup endpoint with a body including the user name, user email and user password. | * If you do not have an admin user registered in the box, you'll need to create one. To do that you need to send a POST request to the /users/setup endpoint with a body including the user name, user email and user password. | ||
POST /users/setup | POST /users/setup HTTP/1.1 | ||
Content-Type: application/json | Content-Type: application/json | ||
{ | { | ||
edits