Last updated 6 months ago
GET/v1/auth/list_user
GET
/v1/auth/list_user
Returns the list of available contacts
100
{{momofingo_token}}
GET /auth/list_user HTTP/1.1 Host: {{base_url}}v1 Accept: */*
OK
{ "code": 200, "data": { "user": null, "pagination": { "total_data": 1, "total_page": 1, "total_display": 1, "first_page": false, "last_page": false, "prev": 0, "current": 1, "next": 0, "limit": 100, "detail": [] } } }