Get Share Link
Production
Production
GET
https://discohook.app/api/v1/share/{id}
Request
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://discohook.app/api/v1/share/'
Responses
🟢200Success
application/json
Body
data
object (QueryData)
required
version
enum<string>
optional
Allowed value:
d2
backup_id
string
optional
messages
array[object (QueryDataMessage) {3}]
required
targets
array [object {1}]
required
expires
string <date-time>
required
Example
{
"data": {
"version": "d2",
"backup_id": "string",
"messages": [
{
"_id": "string",
"data": {
"author": {
"name": "string",
"icon_url": "string",
"badge": "string"
},
"content": "string",
"embeds": [
{
"title": "string",
"description": "string",
"color": 0,
"author": {
"name": "string",
"url": "string",
"icon_url": "string"
},
"fields": [
{
"name": "string",
"value": "string",
"inline": true
}
],
"footer": {
"text": "string",
"icon_url": "string"
},
"timestamp": "2019-08-24T14:15:22Z",
"image": {
"url": "string"
},
"thumbnail": {
"url": "string"
},
"provider": {
"name": "string",
"url": "string"
}
}
],
"attachments": [
"string"
],
"webhook_id": "string",
"components": [
{
"type": 1,
"components": [
{
"style": "1",
"custom_id": "string"
}
]
}
],
"flags": 0
},
"reference": "string"
}
],
"targets": [
{
"url": "http://example.com"
}
]
},
"expires": "2019-08-24T14:15:22Z"
}
🟠404Record Not Found
Modified at 2024-08-08 11:38:10