Get App Client API Definition
The Get App Client API retrieves details about a specific App Client.
Get App Client Key Request and Response
To get an App Client, send a GET request to /v2/api_keys/{app_client_id}
, where
{app_client_id}
is the ID of the App Client you want to retrieve.
The response includes the App Client name, description, client ID, API roles, and API Policy.
REST 2.0 URL
Get App Client Endpoint Address
Vectara exposes a REST endpoint at the following URL to get an App Client:https://api.vectara.io/v2/app_clients/:app_client_id
The API Reference shows the full Get App Client REST definition.