White-label social media API for embedded products
Move from quickstart credentials to customer-owned or product-owned platform credentials so your users see your brand in the account connection flow.
Primary query:white label social media API
POST /v1/postsUniPost API await fetch("https://api.unipost.dev/v1/connect/sessions", {
method: "POST",
headers: {
"Authorization": `Bearer ${UNIPOST_API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
platform: "linkedin",
mode: "native",
redirect_url: "https://yourapp.example.com/connect/callback"
})
});