Skip to main content
POST
https://postonce.to/api/public
/
v1
/
accounts
/
connect
/
{platform}
Connect account
curl --request POST \
  --url https://postonce.to/api/public/v1/accounts/connect/{platform} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "hosted_url": "https://postonce.to/dashboard/accounts?connect=twitter&source=public_api",
    "mode": "dashboard_session_required",
    "platform": "twitter"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.postonce.to/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

platform
enum<string>
required

Social platform to connect.

Available options:
bluesky,
facebook,
instagram,
linkedin,
pinterest,
reddit,
threads,
tiktok,
twitter,
youtube

Response

Hosted connect URL created successfully.

data
object