Vigilfield Docs
API referenceClients

`GET /clients/{id}` — one client, gated on `clients:read`.

GET/clients/{id}

Path Parameters

id*string

Client id (<app id>.client-…)

Response Body

application/json

curl -X GET "https://example.com/clients/string"
{  "client_id": "string",  "created_at": "string",  "installation_id": "string",  "last_used_at": "string",  "name": "string",  "scopes": [    "string"  ],  "updated_at": "string"}