Skip to content

Changes

POST
/api/services/channex/changes/
curl --request POST \
--url https://integrations.wink.travel/api/services/channex/changes/ \
--header 'Content-Type: application/json' \
--header 'api-key: ##default' \
--data '"##default"'

Used by Channex to push updates to Wink.

api-key
required
string
default: ##default

Authenticate the connection

Media type application/json

Request body with update requests

string
default: ##default

OK

Media type application/json
object
success
required

Whether the request was successful or not

boolean
unique_id
required

The unique request id that can be used to refer back to this request

string
default: ##default >= 1 characters
Example
{
"success": false,
"unique_id": "##default"
}

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}