1. Home
  2. Docs
  3. Mavryx API Reference
  4. Objects
  5. Auth / Client

Auth / Client

The object represents the application’s client.

Filed nameJSON TypeTypeRelatedDescription
uuidstringMavryx/Types/UuidMavryx/ClientObject identifier
typeObject type
created_timeintegerMavryx/Types/DateTime
updated_timeintegerMavryx/Types/DateTime
deleted_timeintegerMavryx/Types/DateTime
client_idstringMavryx/Types/UuidMavryx/ClientClient identifier
client_typestringconstClient type
application_uuidstringMavryx/Types/UuidMavryx/ApplicationThe application for which the client was created.
organisation_uuidstringMavryx/Types/UuidMavryx/OrganisationThe organization for which the client was created.
namestring
Mavryx/Types/String
Displayed name
NameDescription
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"
    }
  }
}
Was this article helpful to you? No Yes

How can we help?