/api/v1/profilesList the profiles that group accounts and content.
Build against deterministic social publishing behavior before production provider credentials enter the room.
$headers = @{
"Content-Type" = "application/json"
"Idempotency-Key" = [guid]::NewGuid().ToString()
}
$body = @{
profileId = "profile_northstar"
content = "Hello from the APIHUB sandbox."
accountIds = @("acct_sandbox_northstar")
intent = "publish_now"
} | ConvertTo-Json
Invoke-RestMethod -Uri "http://127.0.0.1:3000/api/v1/posts" -Method Post -Headers $headers -Body $body/api/v1/profilesList the profiles that group accounts and content.
/api/v1/accountsInspect connected account identity, health, and capabilities.
/api/v1/connect-sessionsStart a sandbox, OAuth, or delegated invite connection.
/api/v1/postsList post aggregates and independent target outcomes.
/api/v1/postsCreate a draft, immediate, scheduled, or queued post.
Use the checked-in specification for client generation, mock servers, and compatibility review.