Loading...

Social Media

Place Order

[POST] https://osimesa.id/api/social-media

Parameter Type Note Req.
key string fill with your API Key. Yes
sign string fill with combined User ID and API Key encrypted with md5. Yes
type string fill with order to place order. Yes
service string fill with Service ID that you want to order. Yes
data1 string check fields on get service for details. No
data2 string check fields on get service for details. No
data3 string check fields on get service for details. No
Example Response
{
    "code": 200,
    "data": {
        "data": [
            "your input data 1",
            "your input data 2",
            "your input data 3"
        ],
        "note": "transaction note",
        "price": 10000,
        "ref_id": "some1d",
        "detail": {
            "start": 0,
            "amount": 0,
            "remain": 0
        },
        "status": "waiting",
        "product": {
            "code": "product_id",
            "type": "product_type",
            "service": "product_name"
        }
    },
    "status": true,
    "message": "Thank you for purchasing the product, please wait for the transaction to be processed."
}

Check Transaction

[POST] https://osimesa.id/api/social-media

Parameter Type Note Req.
key string fill with your API Key. Yes
sign string fill with combined User ID and API Key encrypted with md5. Yes
type string fill with status to place order. Yes
ref_id string fill with Transaction Reference ID. No
limit integer fill with 1 - 15. No
Example Response
{
    "code": 200,
    "data": [
        {
            "data": [
                "your input data 1",
                "your input data 2",
                "your input data 3"
            ],
            "note": "transaction note",
            "price": 10000,
            "ref_id": "some1d",
            "detail": {
                "start": 0,
                "amount": 0,
                "remain": 0
            },
            "status": "waiting",
            "product": {
                "code": "product_id",
                "type": "product_type",
                "service": "product_name"
            },
            "created_at": 1737573643,
            "updated_at": 1737573643
        }
    ],
    "status": true,
    "message": "Success."
}

Get Service

[POST] https://osimesa.id/api/social-media

Parameter Type Note Req.
key string fill with your API Key. Yes
sign string fill with combined User ID and API Key encrypted with md5. Yes
type string fill with service to place order. Yes
Example Response
{
    "code": 200,
    "data": [
        {
            "category": {
                "main": "Instagram Followers Indonesia",
                "type": "default"
            },
            "fields": {
                "info": "",
                "field1": {
                    "type": "input",
                    "input": {
                        "type": "text",
                        "label": "Link",
                        "minlength": 0,
                        "maxlength": 999999999,
                        "placeholder": "Masukan Link profile"
                    },
                    "select": {
                        "label": "",
                        "options": "",
                        "placeholder": ""
                    }
                },
                "field2": {
                    "type": "input",
                    "input": {
                        "type": "text",
                        "label": "harga",
                        "minlength": 0,
                        "maxlength": 999999999,
                        "placeholder": "Jumlah"
                    },
                    "select": {
                        "label": "",
                        "options": "",
                        "placeholder": ""
                    }
                },
                "field3": {
                    "type": "none",
                    "input": {
                        "type": "text",
                        "label": "",
                        "minlength": 0,
                        "maxlength": 0,
                        "placeholder": ""
                    },
                    "select": {
                        "label": "",
                        "options": "",
                        "placeholder": ""
                    }
                }
            },
            "order": {
                "min": "100",
                "max": "2000"
            },
            "name": "FOLS INDO WS",
            "note": "",
            "code": "20",
            "price": {
                "list": {
                    "standar": 70000,
                    "premium": 50000,
                    "spesial": 50000
                },
                "current": 19000
            },
            "cutoff": {
                "start": "00:00",
                "end": "00:00"
            },
            "status": "ready",
            "updated_at": 1714880332
        },
        {
            "category": {
                "main": "TIKTOK SAVE",
                "type": "default"
            },
            "fields": {
                "info": "",
                "field1": {
                    "type": "input",
                    "input": {
                        "type": "text",
                        "label": "LINK",
                        "minlength": 0,
                        "maxlength": 999999999,
                        "placeholder": "MASUKAN LINK"
                    },
                    "select": {
                        "label": "",
                        "options": "",
                        "placeholder": ""
                    }
                },
                "field2": {
                    "type": "input",
                    "input": {
                        "type": "text",
                        "label": "TOTAL",
                        "minlength": 0,
                        "maxlength": 999999999,
                        "placeholder": "NAH TOTAL"
                    },
                    "select": {
                        "label": "",
                        "options": "",
                        "placeholder": ""
                    }
                },
                "field3": {
                    "type": "none",
                    "input": {
                        "type": "text",
                        "label": "",
                        "minlength": 0,
                        "maxlength": 0,
                        "placeholder": ""
                    },
                    "select": {
                        "label": "",
                        "options": "",
                        "placeholder": ""
                    }
                }
            },
            "order": {
                "min": "100",
                "max": "750000"
            },
            "name": "TIKTOK SHARE",
            "note": "

GASKEN<\/p>", "code": "8", "price": { "list": { "standar": 6000, "premium": 6000, "spesial": 6000 }, "current": 3370 }, "cutoff": { "start": "00:00", "end": "00:00" }, "status": "ready", "updated_at": 1691755575 } ], "status": true, "message": "Success." }