Your browser is not up to date. This may cause security, speed, and display
issues. Please update your browser.
Update Browser
X
With this resource you can add new Clockodo accounts.
Feel free to use our updated API documentation.
POST /api/register
| Required parameters | companies_name | string |
Name of the company
|
|---|---|---|---|
| name | string |
Name of the owner
| |
| string |
E-mail address of the owner
|
| Optional parameters | rfs | string |
Name of the external application from which the registration is made
|
|---|---|---|---|
| bs | string |
Preselected billing application
| |
| gtc_agreed | boolean |
Terms of Clockodo were accepted
|
{
"success" : "true",
"user": [object of type user],
"apikey" : string
}Please refer to the description of the object type "user" [object of type user]