Retrieve list of LYG members
GET {{baseUrl}}/{{version}}/lyg/members?limit=58
This endpoint allow you to get the list of all the members
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT Token |
RESPONSES
status: OK
{"current_page":1,"data":[],"first_page_url":"http://localhost:8000/v1/lyg/members?page=1","from":null,"last_page":1,"last_page_url":"http://localhost:8000/v1/lyg/members?page=1","links":[{"url":null,"label":"pagination.previous","active":false},{"url":"http://localhost:8000/v1/lyg/members?page=1","label":"1","active":true},{"url":null,"label":"pagination.next","active":false}],"next_page_url":null,"path":"http://localhost:8000/v1/lyg/members","per_page":15,"prev_page_url":null,"to":null,"total":0}