Skip to main content
PUT
/
calls
/
{callId}
/
claim
Claim a call
curl --request PUT \
  --url https://api.readmin.app/calls/{callId}/claim \
  --header 'Content-Type: application/json' \
  --header 'loader-id: <api-key>' \
  --data '
{
  "actorId": "<string>"
}
'
{
  "success": true
}

Authorizations

loader-id
string
header
required

Path Parameters

callId
string
required

Body

application/json
actorId
string
required

Roblox id of the staff member performing the action

Response

Call claimed

success
boolean