The object represents the application’s client.
| Filed name | JSON Type | Type | Related | Description | 
|---|---|---|---|---|
| uuid | string | Mavryx/Types/Uuid | Mavryx/Client | Object identifier | 
| type | Object type | |||
| created_time | integer | Mavryx/Types/DateTime | ||
| updated_time | integer | Mavryx/Types/DateTime | ||
| deleted_time | integer | Mavryx/Types/DateTime | ||
| client_id | string | Mavryx/Types/Uuid | Mavryx/Client | Client identifier | 
| client_type | string | const | Client type | |
| application_uuid | string | Mavryx/Types/Uuid | Mavryx/Application | The application for which the client was created. | 
| organisation_uuid | string | Mavryx/Types/Uuid | Mavryx/Organisation | The organization for which the client was created. | 
| name | string | Mavryx/Types/String  | Displayed name | |
| Name | Description | 
|---|---|
| CLIENT_TRUSTED | |
| CLIENT_UNTRUSTED | |
Example response
{
  "header": {
    "version": 20240101,
    "endpoint": "/oauth2/client/me",
    "referer": "https://swagger-dev.mavryx.software",
    "raycast": "d91489ef1c9426915eba95fa3a7d7db0",
    "request_id": "b4bab9fd44b11b3ca747a7dd8501ebc9",
    "response_id": "d50b773891df3af74f52d0f56f9c8d40",
    "status": 200,
    "message": "OK"
  },
  "response": {
    "type": "item",
    "item": {
      "uuid": "ee25b904-e0fe-4d91-9913-85d1496a8765",
      "type": "Mavryx/Client",
      "created_time": 1712316517,
      "updated_time": null,
      "deleted_time": null,
      "client_id": "069aa47b-1dd8-4273-80ba-1b4dadea8ff4",
      "client_type": "TRUSTED",
      "application_uuid": "005e9979-c38b-49bf-b6f8-3adbcd2fb10e",
      "organisation_uuid": "dd282d78-f3eb-4f01-8ca0-be501c16bd7f",
      "name": "Client name"
    }
  }
}