Posts

Record platform ID: PUT /posts/:id/release-id

Records the id and URL of a post that was published outside the platform.

Path

Method and path
PUThttps://api.posty.hu/public/v1/posts/:id/release-id
Authorization
posts:publish
operationId
updateReleaseId

Records the ID and URL of the post on the platform. You need this when a post went out but the platform did not return an ID. You also need it when you published something outside Posty and still want the statistics in one place.

Parameters

NameLocationTypeRequiredDescription
idpathstringyesThe post ID in Posty.
releaseIdbodystringyesThe post ID on the platform.

Request

curl -X PUT https://api.posty.hu/public/v1/posts/clp0s7t8u9v0w1x2/release-id \
  -H "Authorization: psty_your_key" \
  -H "Content-Type: application/json" \
  -d '{ "releaseId": "1832998123456789" }'

Related

Is something missing from this page? Email [email protected] or use the form on the Help page.