username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/sign_ins' \
--header 'Authorization: Basic <encoded-value>'{
"total": 0,
"count": 0,
"offset": 0,
"results": [
{
"uuid": "string",
"venue_id": 0,
"venue_name": "string",
"login_user_id": "string",
"client_mac": "string",
"ap_mac": "string",
"remote_ip": "string",
"accepted_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}