Repost Post

Use this endpoint (https://komico.edubrazeal.com/mobile_api/publication_repost) to repost a post


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. e7a4652c3231fc74761...
post_id ​Post ID E.g. 8924

Success response

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

Error responses

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

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