API Token and List Stores
API Token and List Stores
Create API Token
Data | Type | Description |
---|---|---|
username | String | Customer's username. |
password | String | Customer's password. |
curl -X POST \
-H "accept: application/json" \
-d '{
"username": "Test",
"password": "Test"
}' \
"https://api.lingaros.com/v1/schedule/v1/auth/"
Logs user into the system
Data | Type | Description |
---|---|---|
token | String | Token |
curl -X GET " \
-H "accept: application/json" \
-H "token: {token}" \
https://api.lingaros.com/v1/schedule/v1/nstore/list"
Note: Store id will be used for other services