POST v1/core/channels/{chnId}/channellogin
Creates a new auth token based on the appid supplied and validated with the account administrator username and password supplied
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| chnId | No documentation available. |
Define this parameter in the request URI. |
| creds |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2"
}
text/javascript
Sample:
{"Username":"sample string 1","Password":"sample string 2"}
application/xml, text/xml
Sample:
<Credentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Password>sample string 2</Password> <Username>sample string 1</Username> </Credentials>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
A Username sample string 1 Password sample string 2