Get Embeds
GET/api/v1/embeds
Request
Header Parameters
Authorization string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type string
Example: application/json
Accept string
Example: application/json
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
data object[]
{
"data": [
{
"id": 371,
"name": "Foo",
"thumbnail": {
"first": "signed url for the thumbnail",
"turntable": "signed url for the turntable"
},
"embeds": [
{
"id": 163,
"name": "Foo Embed",
"url": "https://api.rapidcompact.com/viewer?id=123456",
"view_count": 0,
"created_at": "2021-10-25T19:38:00.000000Z"
}
]
}
]
}
Loading...