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
Format
uriResponse Body
application/json
application/json
curl -X GET "https://api.postpeer.dev/v1/connect/twitter"{
"url": "string"
}{
"error": "string"
}