xolphin / xolphin-api-php

Xolphin API module for PHP
8 stars 16 forks source link

SAN's & Prices not loaded in $client->certificate()->all(); #10

Closed dbijman closed 2 years ago

dbijman commented 6 years ago

When using the API and code in the examples the output of the subjectAlternativeNames field and also the product => prices array is empty image

ghost commented 4 years ago

Thanks for your suggestion. We will update our API in the near future and add subjectAlternativeNames to the certificate object in the API for the /certificates.

Regarding the prices, the prices in the product object are not displayed because these are irrelevant for the response. You could use the method $client->support()->product(<id>) to get the actual product prices.

gjportegies commented 3 years ago

Hi @XolphinBart any progress on adding the subjectAlternativeNames to this API call? At this point I've to do separate request for every certificate to get those.

XolphinSam commented 2 years ago

subjectAlternativeNames is now available on the /v1/certificates endpoint