LinkedIn Post API Test

Submit Post Using the Form

How to Test the API in Postman

  1. Open Postman.
  2. Create a new POST request.
  3. Enter the API endpoint: https://linkedin.suhail.app/linkedin.
  4. Go to the Body tab, select raw, and choose JSON format.
  5. Paste the following JSON payload:
    {
        "caption": "hello linkedin",
        "urn": "YOUR URN VALUE",
        "token": "YOUR BEARER TOKEN"
    }
                    
  6. Click Send and check the response.

How to Get URN and Bearer Token