Skip to main content
GET
List personal access tokens in a workspace
The organization bot token must have the following scopes:
  • personal-access-token:read

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Notion-Version
enum<string>
required

The Admin API version to use for this request.

Available options:
2026-06-01

Path Parameters

space_id
string<uuid>
required

Query Parameters

creator_ids
cursor
string
page_size
string
status
Available options:
active,
expired,
revoked

Response

has_more
boolean
required
results
object[]
required
next_cursor
string