Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Create an embed secret using the specified information.
The value of the secret field will be set by Looker and returned.
NOTE: Calls to this endpoint require Embedding to be enabled. Usage of this endpoint is not authorized for Looker Core Standard and Looker Core Enterprise.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Create Embed Secret\n\nVersion 4.0.25.14 (latest)\n\n### Create an embed secret using the specified information.\n\nThe value of the `secret` field will be set by Looker and returned.\n\n**NOTE** : Calls to this endpoint require [Embedding](https://cloud.google.com/looker/docs/r/looker-core-feature-embed) to be enabled. Usage of this endpoint is not authorized for Looker Core Standard and Looker Core Enterprise.\n\nRequest\n-------\n\nPOST /embed_config/secrets \nDatatype \nDescription \nRequest \nHTTP Request \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \n[EmbedSecret](/looker/docs/reference/looker-api/latest/types/EmbedSecret) \nembed secret\nExpand EmbedSecret definition... \nalgorithm \nstring \nSigning algorithm to use with this secret. Either \\`hmac/sha-256\\`(default) or \\`hmac/sha-1\\` \ncreated_at \n*lock* \nstring \nWhen secret was created \nenabled \nboolean \nIs this secret currently enabled \nid \n*lock* \nstring \nUnique Id \nsecret \n*lock* \nstring \nSecret for use with SSO embedding \nuser_id \n*lock* \nstring \nId of user who created this secret \nsecret_type \nstring \nField to distinguish between SSO secrets and JWT secrets Valid values are: \"SSO\", \"JWT\".\n\nResponse\n--------\n\n### 200: embed secret\n\nDatatype \nDescription \n(object) \n[EmbedSecret](/looker/docs/reference/looker-api/latest/types/EmbedSecret) \nalgorithm \nstring \nSigning algorithm to use with this secret. Either \\`hmac/sha-256\\`(default) or \\`hmac/sha-1\\` \ncreated_at \n*lock* \nstring \nWhen secret was created \nenabled \nboolean \nIs this secret currently enabled \nid \n*lock* \nstring \nUnique Id \nsecret \n*lock* \nstring \nSecret for use with SSO embedding \nuser_id \n*lock* \nstring \nId of user who created this secret \nsecret_type \nstring \nField to distinguish between SSO secrets and JWT secrets Valid values are: \"SSO\", \"JWT\".\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 403: Permission Denied\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 409: Resource Already Exists\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]