Skip to main content

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.

ParameterLocationReq.Description
countryIdpathRequiredISO country code
taxIdqueryRequiredCompany TaxId
getCertificates
{
"value": [
  {
    "certificateId": "{{certificateId}}",
    "tag": "certificado-principal",
    "isDefault": true,
    "expiresAt": "2026-12-31T00:00:00Z",
    "status": "Active"
  }
],
"isSuccess": true
}