The Embed object
Embed third-part sites and apps (that supports embeding) into Kitchen.co.
Attributes
archived_at
nullable string
Time at which the embed was archived.
created_at
boolean
Time at which the embed was created.
id
string
Unique identifier for the embed.
title
string
Title of the embed
updated_at
string
Time at which the embed was last updated.
url
string
The URL of the embed
visibility
enum
Visibility of the embed. One of
private
, internal
, shared
.The Embed object
{
"archived_at": null,
"created_at": "2024-03-12T12:54:41+00:00",
"id": "pe_12b3c33d7f42bcbd1b373ff9",
"title": "The embed title",
"updated_at": "2024-03-12T12:54:41+00:00",
"url": "https://example.com",
"visibility": "internal"
}