Skip to content

Managed Social Settings

GET
/api/managing-entity/{managingEntityIdentifier}/studio/managed-social/settings
curl --request GET \
--url https://api.wink.travel/api/managing-entity/company-1/studio/managed-social/settings \
--header 'Wink-Version: 2.0'

Show managed social settings.

managingEntityIdentifier
required
string
""

Search for managed social settings for this ID

Example
company-1
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
object
id

Document UUID

string
""
createdDate

Datetime this record was first created

string format: date-time
""
lastUpdate

Datetime this record was last updated

string format: date-time
""
version

Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.

integer format: int64
""
userIdentifier
required

The user ID that owns the account

string format: uuid
"" >= 1 characters
ownerIdentifier
required

The owner entity this entry associates with

string format: uuid
"" >= 1 characters
customizationIdentifier
required

Customization identifier

string format: uuid
"" >= 1 characters
placeId

Google Place ID

string
""
notificationEmail
required

The email address to send post approval reminders.

string format: email
"" >= 1 characters
notificationName
required

The name of the email address holder.

string
"" >= 1 characters
tones
required
Array<object>
>= 1 items

Choose the tone of voice to use in text creation.

object
type
required

The tone of voice to use in text creation.

string
""
Allowed values: NEUTRAL FRIENDLY LUXURY FOODIE ADVENTUROUS FAMILY ROMANTIC HUMOROUS ECO LOCAL_INSIDER INCLUSIVE BUDGET
priority
required

The weight / importance of this tone.

integer format: int32
""
postTypes
required
Array<object>
>= 1 items

Choose the post type preferences.

object
type
required

The post type preference.

string
""
Allowed values: TRANSACTIONAL AWARENESS SENTIMENT
priority
required

The weight / importance of this post type.

integer format: int32
""
autoApprove

Whether to approve posts and publish automatically.

boolean
connections
Array<object>

Social network consent entries

object
platform
required

The social network platform

string
""
Allowed values: WINK_LINKS FACEBOOK INSTAGRAM
status
required

Current connection status

string
""
Allowed values: ACTIVE DISCONNECTED SUSPENDED
subAccounts
Array<object>

User the Facebook story to describe a Page

object
id
required

Page ID we are posting to

string
"" >= 1 characters
name
required

Name of page we are posting to

string
"" >= 1 characters
selected

Connection token that gives us access to the account

boolean
targets
required
Array<object>

When to post and which language to post in.

object
language
required

The languages to post in.

string
"" >= 1 characters
timezone
required
string
>= 1 characters
creators
required
Array<object>

Lets the subscriber choose which content creators get used.

object
type
required

Lets the subscriber choose which persona gets used.

string
""
Allowed values: ACTIVITY ADD_ON ATTRACTION FUNNY MEETING_ROOM PLACE PROPERTY ROOM_TYPE RESTAURANT SPA DESTINATION_RELATED USER_SENTIMENT
priority
required

They weight / importance of this type.

integer format: int32
""
Example
{
"id": "",
"createdDate": "",
"lastUpdate": "",
"version": "",
"userIdentifier": "",
"ownerIdentifier": "",
"customizationIdentifier": "",
"placeId": "",
"notificationEmail": "",
"notificationName": "",
"tones": [
"NEUTRAL"
],
"postTypes": [
"TRANSACTIONAL"
],
"autoApprove": false,
"connections": [
""
],
"targets": [
""
],
"creators": [
""
]
}

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
{}