v1
latestOpenAPI 3.1.02026-07-131034192.8 KBRegister New User
Provide basic information to self-register for an account.
Note: The /register endpoint accepts the parameters in the body of the request. It does not accept them in the URL as a query string, because that isn't as secure. The input parameters should be included as a JSON object (in the body), as shown in the sample code on the right.
Query parameters
name of user that will be used in subsequent calls
name of user that will be used in subsequent calls
user password. Password must be at least 8 characters, with at least 1 of each alpha, number and special characters.
user password. Password must be at least 8 characters, with at least 1 of each alpha, number and special characters.
valid email address. The email address used to register will only be used for communication regarding API outages and updates. The email address will not be shared or used for any other promotional purpose. For others in your organization who would like these updates, they can subscribe to our Status Page.
valid email address. The email address used to register will only be used for communication regarding API outages and updates. The email address will not be shared or used for any other promotional purpose. For others in your organization who would like these updates, they can subscribe to our Status Page.
organization name
organization name
Response
Successful Response
Example response
{
"ok": "User created",
"user": "freddo"
}