Deprecated: MysqliDb::insertMulti(): Implicitly marking parameter $dataKeys as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/worldx.buzz/core/libs/DB/vendor/thingengineer/mysqli-database-class/MysqliDb.php on line 829
ColibriSM API - Documentation

Repost Post

Please use this (https://worldx.buzz/mobile_api/publication_repost) API for access publication repost endpoint


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
post_id ​Post int ID E.g. 4567

Success response

{
        "post_reposts": 1,
        "message": "",
        "code": 200,
        "data":{
            "repost": true
        }
    }
    

Error responses

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }

    {
        "code": 400,
        "message": "Post id is missing or invalid",
        "data": []
    }