# Get application client credentials Retrieve the client credentials for a specific application. These credentials include both the clientSecret and the sharedSecret, which are required for authentication and secure communication with the application. Endpoint: GET /resources/applications/v1/credentials/{appId} ## Path parameters: - `appId` (string, required) ## Response 200 fields (application/json): - `clientSecret` (string, required) - `sharedSecret` (string, required)