Get all tokensets in a workspace
| Header | Value | Required |
|---|---|---|
Authorization | Bearer token | Yes |
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Workspace ID |
200 OK
| Field | Type | Description |
|---|---|---|
tokensets | array | Array of tokenset objects |
total | number | Total number of tokensets |
| 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 |