Skip to main content
Connect

Get OAuth URL for a platform

GET/v1/connect/{platform}

Authorization

accessKey
x-access-key<token>

In: header

Path Parameters

platform*string
Value in"twitter" | "instagram" | "youtube" | "tiktok" | "pinterest" | "linkedin" | "bluesky"

Query Parameters

redirectUri?string

URL to redirect to after a successful connection

Formaturi

Response Body

application/json

application/json

curl -X GET "https://api.postpeer.dev/v1/connect/twitter"
{
  "url": "string"
}
{
  "error": "string"
}