get https://{tenanturl}/v1.0/apiclients/
Gets the API client with the specified ID. Note: The response contains the API client ID and secret. The API client secret is privileged information.
Entitlements required: manageAPIClients (Manage API clients) or readAPIClients (Read API clients)
Responses
200The API client was retrieved successfully.
403The access token does not allow access to the requested resource.
404The requested API client does not exist.