Token ID
Unique identifier of the token in UUID format.
| Field | Value |
|---|---|
| Name | id |
| Location | path |
| Required | Yes |
| Type | string (uuid) |
| Example | 00000000-0000-0000-0000-000000000000 |
Used In
- Marks a single notification as read.
POST /v1/notifications/{id}/read - Revokes (deletes) one of the current user's personal access tokens.
DELETE /v1/tokens/{id}