Skip to main content
GET
List the authenticated user's personal access tokens

Authorizations

Authorization
string
header
required

An opaque Omnara personal or organization bearer token.

Query Parameters

limit
integer<int32>
default:50

Maximum number of items to return in one page.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.

Maximum string length: 1024

Response

The authenticated user's personal access tokens.

data
object[]
required
next_cursor
string | null
required

Opaque cursor for the next page, or null when this is the last page.