v2
Retrieve customer's certificates
This method can be used to retrieve a list of certificates for a specified customer. <ul><li>shopperId is not the same as customerId. shopperId is a number of max length 10 digits (ex: 1234567890) whereas customerId is a UUIDv4 (ex: 295e3bc3-b3b9-4d95-aae5-ede41a994d13)</li></ul>
get/v2/customers/{customerId}/certificates
Path parameters
customerIdstring required
An identifier for a customer
Query parameters
offsetinteger
Number of results to skip for pagination
limitinteger
Maximum number of items to return
Response
Customer certificate information retrieved.
Changes
No recorded changes to this endpoint across all 1 revision of this API.