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.
Create/Register a new account/domain
POST
https://api.couchdrop.io/register
For this route, unlike more routes in our API, body params must be passed as form paramaters rather than a JSON body.
Request Body
Name
Type
Description
username*
String
A unique username for the account owner
email_address*
String
A unique email address for the account owner
organisation_subdomain*
String
A unique subdomain for the new organization.
password*
String
A new password for the account owner
Last updated