Skip to main content
GET
/
presence
/
locks
List Locks
curl --request GET \
  --url https://api.example.com/presence/locks/
[
  {
    "resource_id": "<string>",
    "agent_id": "<string>",
    "organization_id": "<string>",
    "acquired_at": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Successful Response

resource_id
string
required
agent_id
string
required
organization_id
string
required
acquired_at
string<date-time>