Managed Social Settings
const url = 'https://api.wink.travel/api/managing-entity/company-1/studio/managed-social/settings';const options = {method: 'GET', headers: {'Wink-Version': '2.0'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Search for managed social settings for this ID
Example
company-1Header Parameters
Section titled “Header Parameters ”Responses
Section titled “ Responses ”OK
object
Document UUID
Datetime this record was first created
Datetime this record was last updated
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.
The user ID that owns the account
The owner entity this entry associates with
Customization identifier
Google Place ID
The email address to send post approval reminders.
The name of the email address holder.
Choose the tone of voice to use in text creation.
object
The tone of voice to use in text creation.
The weight / importance of this tone.
Choose the post type preferences.
object
The post type preference.
The weight / importance of this post type.
Whether to approve posts and publish automatically.
Social network consent entries
object
The social network platform
Current connection status
User the Facebook story to describe a Page
object
Page ID we are posting to
Name of page we are posting to
Connection token that gives us access to the account
When to post and which language to post in.
object
The languages to post in.
Lets the subscriber choose which content creators get used.
object
Lets the subscriber choose which persona gets used.
They weight / importance of this type.
Example
{ "id": "", "createdDate": "", "lastUpdate": "", "version": "", "userIdentifier": "", "ownerIdentifier": "", "customizationIdentifier": "", "placeId": "", "notificationEmail": "", "notificationName": "", "tones": [ "NEUTRAL" ], "postTypes": [ "TRANSACTIONAL" ], "autoApprove": false, "connections": [ "" ], "targets": [ "" ], "creators": [ "" ]}Bad Request
object
object
Example generated
{ "type": "https://example.com", "title": "example", "status": 1, "detail": "example", "instance": "https://example.com", "properties": { "additionalProperty": "example" }}object
object
object
object
object
object
object
object
Unauthorized
object
object
Forbidden
object
object
Internal Server Error
object
Example generated
{}