API Keys
List API Keys
client.Beta.Organization.APIKeys.List(ctx, query) (*Page[BetaAPIKey], error)GET/v1/organizations/api_keys
Get API Key
client.Beta.Organization.APIKeys.Get(ctx, apiKeyID) (*BetaAPIKey, error)GET/v1/organizations/api_keys/{api_key_id}
Update API Key
client.Beta.Organization.APIKeys.Update(ctx, apiKeyID, body) (*BetaAPIKey, error)POST/v1/organizations/api_keys/{api_key_id}