Help center / Getting started
Insert data to import data. For using API just call URL https://app.mrrly.io/api/insert and send using GET or POST method next varibles:
$control_hash=md5($invoice_created.$invoice_id.$customer_id.$paid_amount.$paid_currency.$paid_user.$paid_plan.$period_start.$period_end.$login_hash.$secret_key);
or
$control_hash=md5($invoice_created.$invoice_id.$customer_id.$paid_amount.$paid_currency.$paid_user.$paid_plan.$period_start.$period_end.$custom_field_1.$login_hash.$secret_key);
API will return JSON answer.
Our API has a limit of 100 requests per second for each IP.
https://app.mrrly.io/api/insert/?login_hash=11b614075f0b726b4b25bd25e9687a39&invoice_created=2024-11-21&invoice_id=1234-566&customer_id=mrr1&paid_amount=100&paid_currency=EUR&paid_user=1&paid_plan=annualy&period_start=2024-11-21&period_end=2025-11-20&control_hash=e03c6a5eb3a35a97e64d15331dcb6b01
{ "state":"success", "message":"request succeded", "request": { "invoice_created":"2024-11-21", "invoice_id":"1234-566", "customer_id":"mrr1", "paid_amount":"100", "paid_currency":"EUR", "paid_user":"1", "paid_plan":"annualy", "period_start":"2024-11-21", "period_end":"2025-11-20", "custom_field_1":"", "custom_field_2":"", "custom_field_3":"", "custom_field_4":"", "custom_field_5":"", } }
We use cookies on our website to give you a better experience, improve performance and for analytics. Find out more and control how cookies are used at our Cookie policy. By using this website you agree to the use of cookies.