Get an OpenID Connect clientCopy Pageget https://{hostname}/{customerId}/config/clients/{oidcClientId}Returns information about the specified OpenID Connect client.Path ParamscustomerIdstringrequiredUnique identifier issued to Akamai customers. If you aren’t sure what your Akamai customer ID is, log into Console and check the value of the customer_id application setting.oidcClientIdstringrequiredUnique identifier of an OpenID Connect clientResponses 200Successful response 400Typically indicates a syntax error or invalid JSON. 401Either you didn't specify an authentication method for the call or the token was rejected. 403Typically occurs when you make a call using an invalid or expired administrative access token. See Get started for information on configuring authentication for Hosted Login. 404The specified item couldn't be found. 409Dependency error.Updated 2 months ago