Skip to main content
POST
/
api
/
v1
/
:team_slug
/
:app_slug
/
third-party-link
Error
A valid request URL is required to generate request examples
{
  "data": {
    "created_at": "<string>",
    "id": "<string>",
    "title": "<string>",
    "type": "<string>",
    "updated_at": "<string>",
    "url": "<string>"
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Body

application/json

Third-party link payload

title
string
required
type
enum<string>
Available options:
image,
video,
link
url
string

Response

Third-party link created successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean