Authentication
Register
Create a new user account
POST
Overview
Creates a new Drime Cloud account and returns the user object with an access token.This endpoint does not require authentication.
Request Body
A valid email address for the new account
Password for the account (minimum 8 characters recommended)
A name to identify this device/application
Response
The status of the request (
success or error)The newly created user object with access token

