Register a new organization and user
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Provide valid credentials, this route updates an API User's password.
name_first
string
required
The first name of the API user.
name_last
string
required
The last name of the API user.
password
string
The new password of the API user.
string
required
The email address of the API user
organization_name
string
required
The organization name
``200 API user successfully registered
``401
Unauthorized.
``403
Forbidden.
``404
Not found.
``429
Too many requests.
``default
Unexpected Error.
Updated 6 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://Contact sales to enable your sandbox/register
xxxxxxxxxx
curl --request POST \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/register \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
``200
Updated6 months ago