Endpoint Examples
Get Posts/Scripts
Returns all recent posts from the system that the user has access to
GET
Learn more about implementing Kyvorn into your UI
Query Parameters
The maximum number of results to return (max 100, above will error out with 400 error)
Search all posts with a query (leave blank to fetch basic results)
Response
200
application/json
Successful response
The Post ID (Not script ID)
Information about the post author
The title of the post, provided by the user
The description of the post, provided by the user
The date the post was uploaded to Kyvorn
User-provided information about the script
Statistics for the script
The Script ID that will be needed to access the raw script
Will never return true since the user cannot sign in on an Integrated Kyvorn API app.
NOT SUPPORTED WITH /api/posts! ONLY SUPPORTED WITH /api/posts/{id}!!!! | The full script content of the post