POST clients/create
Create new client. Only authorized developers may use this API.
Resource URL
Resource Information
Required scope
|
admin |
Required role
|
All |
Response formats
|
JSON, XML |
Requires authentication?
|
Yes |
Parameters
company_name
required
|
The company name of the client. |
channel_name
required
|
The name of the channel. |
channel_code
required
|
The reference code of the client. |
username
required
|
The username of the first admin user. |
password
required
|
The password of the admin user. |
first_name
required
|
The first name of the admin user. |
last_name
required
|
The last name of the admin user. |
Example Request
Example Result
{ "client":{ "id":"cc2b8aecfaceca5c", "company_name":"Company Ltd" "channel_name":"The channel", "channel_code":"companyltd", "user_id":"cb2b8afcfacbaa59", "user_name":"example@company.com", "first_name":"Sample", "last_name":"User", "created_at":"2015-06-16T11:42:31+00:00", } }