getCertificates
GET /api/certificates/{countryId}?taxId={taxId}
Lists the certificates loaded for an account. Available only for countries that require a digital certificate — see Onboarding by Country.
| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | path | Required | ISO country code |
taxId | query | Required | Company TaxId |
getCertificates
{
"value": [
{
"certificateId": "{{certificateId}}",
"tag": "certificado-principal",
"isDefault": true,
"expiresAt": "2026-12-31T00:00:00Z",
"status": "Active"
}
],
"isSuccess": true
}