post https://api.assetpanda.com/v3/accounts
Create a New Account
Creates a new user account.
See Parameters and Authentication below.
Sample Request
{
"device": "mobile",
"account": {
"first_name": "",
"last_name": "",
"email": "",
"password": "",
"password_confirmation": "",
"create_for_account": ""
}
}
Parameters
Query Parameters | Required/Optional | Description | Type |
---|---|---|---|
response_fields | optional | The response_fields are fields that require input that is unique to the new user. | string |
Body Parameters | Required/Optional | Description | Type |
---|---|---|---|
device | required | A description of the device the user is using to access the account (ie mobile). | string |
account | required | Specific, unique details for the user. See the User Objects List below for the strings required to run your request. | object |
User Object List
The following user objects are all required strings:
first_name
: The first name for the user account you wish to create.last_name
: The last name for the user account you wish to create.email
: The user email address.password
: The user password.password_confirmation
: Confirms the user password.
Authentication
Key | Description |
---|---|
Authorization | Your Bearer token. |