Send uplink to integration.
POST/v1/integrations/:uuid/uplink
Send uplink to integration.
Request
Path Parameters
uuid uuidrequired
Unique identifier for the integration
- application/json
Body
required
any
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
$schema uri
A URL to the JSON Schema for this object.
data booleannullrequired
status int64required
timestamp date-timerequired
{
"$schema": "string",
"status": 0,
"timestamp": "2024-06-25T14:10:22.467Z"
}
Error
- application/problem+json
- Schema
- Example (from schema)
Schema
Array [
]
$schema uri
A URL to the JSON Schema for this object.
detail string
A human-readable explanation specific to this occurrence of the problem.
errors
object[]
Optional list of individual error details
location string
Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'
message string
Error message text
value
The value at the given location
instance uri
A URI reference that identifies the specific occurrence of the problem.
status int64
HTTP status code
title string
A short, human-readable summary of the problem type. This value should not change between occurrences of the error.
type uri
Default value: about:blank
A URI reference to human-readable documentation for the error.
{
"$schema": "string",
"detail": "string",
"errors": [
{
"location": "string",
"message": "string"
}
],
"instance": "string",
"status": 0,
"title": "string",
"type": "about:blank"
}
Loading...