Retrieves a list of authentication credentials.
List of authentication credentials retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
$customerCredentials = $client->customerCredentials()->search([ 'filter' => 'customerId:testCustomer', ]);
[- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "username": "string",
- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "expiredTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
]