API access
To access the long haul delivery platform API, send a request:
POST https://exp.tdsd.pro/api/Account/Login
Request parameters
| Parameter | Type | Value | Mandatory | 
|---|---|---|---|
| email | string | Yes | |
| password | string | Password | Yes | 
Response
The response returns a result with the 200 OK code and the JSON body.
Response parameters
| Parameter | Type | Value | 
|---|---|---|
| isSuccess | boolean | Whether the request is successful | 
| message | string | Message | 
| entity | object | Response data | 
Parameters nested in entity
| Parameter | Type | Value | 
|---|---|---|
| email | string | |
| expire | string | Token relevance expiry date | 
| name | string | Last name, first name, and patronymic of the user | 
| token | string | Authentication token | 
Was the article helpful?
Next