POST {{url}}/v1/accounts
Creates a new account record. The account record will be automatically assigned an account UUID. The new account UUID will be returned by the server in the response.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status Created
{
"accountID": "123",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com"
} |
ENDPOINTS