Register new user with application
post/register
Query parameters
nextstring
URL to redirect to on successful registration. Ignored for json request.
Request body
Response
Register response
Example response
{
"meta": {
"code": 200
}
}URL to redirect to on successful registration. Ignored for json request.
Register response
{
"meta": {
"code": 200
}
}