Wakato Docs
API Reference

Social

GET
/social/accounts

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Response Body

application/json

curl -X GET "https://example.com/social/accounts"
{}
GET
/social/planners

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Response Body

application/json

curl -X GET "https://example.com/social/planners"
{}
GET
/social/analytics

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Query Parameters

post_id?string
platform?string

Response Body

application/json

curl -X GET "https://example.com/social/analytics"
{}
POST
/social/drafts

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/social/drafts" \  -H "Content-Type: application/json" \  -d '{    "text": "string"  }'
{}
POST
/social/publish

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/social/publish" \  -H "Content-Type: application/json" \  -d '{    "text": "string",    "platforms": [      {}    ]  }'
{}