LLM Gateway Provider Credentials
Get
Get returns metadata for the provider credential in the given slot. The stored API key is never returned. Returns an empty response if no credential has ever been set for the slot; a cleared slot returns FAILED_PRECONDITION.
GET
Get
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
The slotId field.
Response
200 - application/json
Successful response
The GetProviderCredentialResponse message.
The ProviderCredential message.