List Workspace Tokensets
Retrieves all tokensets within a specific workspace.Endpoint
Authentication
Requires a valid API token in the Authorization header.Request
Headers
| Header | Value | Required |
|---|---|---|
Authorization | Bearer token | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Workspace ID |
Response
Success Response
Status:200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
tokensets | array | Array of tokenset objects |
total | number | Total number of tokensets |
Tokenset Object
| Field | Type | Description |
|---|---|---|
id | string | Unique tokenset identifier |
workspace_id | string | Parent workspace ID |
name | string | Tokenset name |
description | string|null | Optional description |
created_at | string | ISO 8601 timestamp |
updated_at | string | ISO 8601 timestamp |