# List Certificates

```
GET 
/apple-pay/certificates
```

Retrieves all Apple Pay certificates for your account.

Returns an array of certificate objects, including both active and inactive certificates. Use this to view all certificates and their status.

## Responses[​](#responses "Direct link to Responses")

* 200
* 401
* 500
* 503

A list of certificates

Unauthorized error. Please check your auth credentials

Unexpected server error

The service is temporarily unavailable
