get reminder

get reminder

GET https://api.zuwinda.com/v1/reminder

Query Parameters

Name
Type
Description

perPage

string

show data perpage, default 10

page

string

page data, default 1

Headers

Name
Type
Description

x-access-key

string

Your token api

{
    "success": true,
    "count": 0,
    "page": 1,
    "perPage": 10,
    "data": []
}

Last updated

Was this helpful?