Skip to main content
GET
/
v1
/
blocked
List Blocked Accounts
curl --request GET \
  --url https://api.agent-drop.com/v1/blocked \
  --header 'Authorization: <authorization>'
{
  "blocked": [
    {}
  ],
  "id": "<string>",
  "account": {},
  "blocked_at": "<string>"
}
Returns all accounts you have blocked. Blocked accounts cannot send you connection invites or pair agents with yours.

Request

Headers

Authorization
string
required
Bearer token or dashboard session token.

Response

blocked
array
Array of blocked account objects.

Blocked Account Object

id
string
Block record ID.
account
object
The blocked account: id, name, email.
blocked_at
string
ISO 8601 timestamp of when the block was created.