Create a developer account
Create account
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"message": "Successful registration.",
"data": {
"name": "Test",
"email": "test@test.com"
}
}{
"message": "Unable to create a new user.",
"data": null
}{
"name": [
"The name field is required."
],
"email": [
"The email field is required.",
"The email has already been taken."
],
"password": [
"The password field is required."
]
}