Last updated
curl -X 'GET' \
'https://openapi.exosp.com/status/v1/ip?offset=0&tableSize=1&timezone=Asia%2FSeoul' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET' {
"code": 0,
"message": "success",
"body": {
"total": 24,
"data": [
{
"name": "신은진",
"departmentName": "디자인",
"departmentFull": "어벤져스 > 비즈니스 > 디자인",
"computerName": "어변져스의 iMac",
"osType": "macos",
"osDescription": "Sonoma",
"osUserName": "어변져스(designer)",
"publicIP": "211.171.171.190",
"privateIP": "10.100.73.10",
"dateOfEntryUTC": "2024-07-15T23:27:08+00:00",
"dateOfEntry": "2024-07-16T08:27:08+09:00"
}
]
}
}{
"code": 1,
"message": "tableSize cannot be greater than 1000"
}