...
Postman: https://www.getpostman.com/collections/8b4bc8199181553a2ef0
Authentication with /user/login
Pathname:
Code Block |
---|
{{baseUrl}}/api/v1/user/login |
...
Code Block |
---|
Accept: 'application/json' Content-Type: 'application/json' |
Request params:
Parameter | type | Description |
---|---|---|
username | String | Request the Chat-Tonic team. |
password | String | Request the Chat-Tonic team. |
Body:
Code Block |
---|
{ "username": "user", "password": "password" } |
...
Code Block |
---|
{ "id": "5d7fda27f02d5c4e24374cf2", "username": "demo@chat-tonic.com", "appCodename": "codename", "token": "eyJhbGciOiJFUzUxMiIsInR5cCI6IkpXVCJ9....", ... } |
API Calls
Children Display |
---|
...