# /grants

2 routes.

## GET /v1/grants

List connected apps

**Scopes** — `sessions:read`

**Errors** — [unauthorized](/errors/unauthorized) · [rate_limited](/errors/rate_limited)

## DELETE /v1/grants/{id}

Disconnect an app

**Scopes** — `sessions:write`

**Errors** — [unauthorized](/errors/unauthorized) · [rate_limited](/errors/rate_limited)
