Skip to main content
POST
Fetches one saved version of an article from its history. This route is read-scoped even though it uses POST, because the version number is passed in the request body.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.
string
required
application/json

Path parameters

string
required
Article ID.

Body parameters

number
required
Article version number to fetch.

Response

Returns the article as it existed at the requested version.