Tokens
Value
Value endpoint reference.
Roll
Roll the API token secret.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tokenId | string | Yes | Token identifier. |
php
$response = $client->user()->tokens()->value()->roll('TOKEN_ID');
Roll the API token secret.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tokenId | string | Yes | Token identifier. |
$response = $client->user()->tokens()->value()->roll('TOKEN_ID');