Register a new domain
You can create a new account/domain in Couchdrop using the register routes.
Registering a new organisation requires a owner email address, username and subdomain. These details must be unique within Couchdrop.
post
https://api.couchdrop.io
/register
Create/Register a new account/domain
For this route, unlike more routes in our API, body params must be passed as form paramaters rather than a JSON body.
Parameters
Body
username*
A unique username for the account owner
email_address*
A unique email address for the account owner
organisation_subdomain*
A unique subdomain for the new organization.
password*
A new password for the account owner
Responses
200: OK
Account/Domain Created
403: Forbidden
Error
Last modified 2mo ago