Retrieve a list of auth tokens.
A list of auth tokens was retrieved successfully.
Pagination-Total | integer Total items count. Example: 332 |
Pagination-Limit | integer Items per page limit. Example: 100 |
Pagination-Offset | integer Pagination offset. Example: 2 |
Unauthorized access, invalid credentials were used.
Access forbidden.
$authenticationTokens = $client->authenticationTokens()->search([ 'filter' => 'customerId:testCustomer', ]);
[- {
- "username": "string",
- "customerId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "token": "string",
- "otpRequired": true,
- "credentialId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "expiredTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}
]