5️Post Content API

Programmatically post content/link/picture on wall

Post Content API

This endpoint allows you to share content to wall programmatically

POST https://api.socialinviter.com/api/v2/post

Headers

Request Body

{
  "data": {
    "status": "730278784562069504",
    "renewedToken": "JVHBKJDLHBLFBKDLKFBD",
    "service": "linkedin"
  },
  "status": {
    "message": "",
    "type": "success"
  }
}

Last updated