Get Embed
GET/api/v2/embeds/:id
Request
Path Parameters
id integerrequired
The id of the embed
Example: 42
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
data object
id integer
identifier string
name string
user_id integer
model_id integer
view_count integer
created_at string
updated_at string
{
"data": {
"id": 42,
"identifier": "ZmR8oTVEiR",
"name": "teapot Embed",
"user_id": 1,
"model_id": 1,
"view_count": 100,
"created_at": "2022-06-27T13:30:30.000000Z",
"updated_at": "2022-06-27T14:20:17.000000Z"
}
}
Loading...