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

