fleet auth
List your connection tokens
Lists the active OAuth tokens belonging to the caller. Optionally filter by provider or agent. Accepts page_size and cursor for forward compatibility; pagination is not yet enforced and all matching tokens are returned in one page.
get/v1/fleet/auth-tokens
Query parameters
provider_idstring
Filter by provider ID
is_defaultboolean
Filter to default (true) or secondary (false) tokens. Omit to return both.
page_sizeinteger
Items per page (1-100, default 20). Currently advisory; all matching tokens are returned.
cursorstring
Opaque pagination cursor. Currently accepted but ignored.
Response
OK
Changes
Changed in 1 of the 48 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○