cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#LINKEDIN_CREATE_POST' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "LINKEDIN_CREATE_POST", "parameters": { "author": "<string>", "lifecycleState": "PUBLISHED", "text": "<string>", "visibility": "CONNECTIONS" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Author : Specify the Author who is creating the post. (example: "person:-OLWJgnReo")
Life Cycle State : Specify the state of the post, you can use "PUBLISHED" to make it visible to others.
PUBLISHED
DRAFT
Text : Specify the text of the post.
Visibility : Specify the visibility of the post.
CONNECTIONS
PUBLIC
Success
Was this page helpful?