v1
latestOpenAPI 3.1.02026-07-13897404.3 KBAccounts
show ipaddrs
This endpoint retrieves the history of IP address accesses for the authenticated user.
CLI Usage: vastai show ipaddrs
get/api/v0/users/{user_id}/ipaddrs/
Path parameters
user_idstring required
The ID of the user whose IP address history is being retrieved.
Response
Success response with IP address history
Example response
{
"success": true,
"results": [
{
"id": 123,
"user_id": 456,
"ip_address": "192.168.1.1",
"timestamp": "2023-10-01T12:00:00Z"
}
]
}