Client User Agent
| Property | Type | Description | Information |
|---|---|---|---|
id | int | Identifier | Unique for single client. |
name | string | Name of client | |
email | string | Client's email | |
phone | string | Client's phone number | |
user_agent | string | User-agent | Unique with IP Address. |
ip_address | string | IP Address | Unique with User-agent. |
Example:
{
"id": 4,
"name": "Fiktivní Klient",
"email": "fiktivni@klient.cz",
"phone": "123456789",
"user_agent": "PostmanRuntime/7.32.2",
"ip_address": "172.18.0.1"
}