Get the list of distribution certificates from app connect api

I'm trying to use the App Store Connect API to get the list of expired certificates. When I make the web service call:

https://api.appstoreconnect.apple.com/v1/certificates

I'm able to get the list of developer certificate. The distribution certificates are not included in the list. According to the docs, I should all of them in the result set.

Is there any thing special that needs to be added the web service call to have the distribution certs included in the result set?

Get the list of distribution certificates from app connect api
 
 
Q