The Spanish version is the authoritative reference. View in Spanish
getCertificates
GET /api/certificates/{countryId}?taxId={taxId}
Lists the certificates loaded for an account. Available only for countries that require a digital certificate — see Country Parameters.
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/certificates/{countryId}PRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/certificates/{countryId}| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | path | Required | ISO country code |
taxId | query | Required | Company TaxId |
getCertificates
{
"value": [
{
"certificateId": "{{certificateId}}",
"accountCode": "{{taxId}}",
"countryId": "cl",
"validFrom": "2025-01-01T00:00:00Z",
"expirationDate": "2026-12-31T00:00:00Z",
"subject": "CN=Nombre Empresa",
"thumbprint": "A1B2C3...",
"signing": true,
"connection": false,
"conciliation": false,
"deleted": false,
"uploadTimestamp": "2025-01-01T00:00:00Z"
}
],
"isSuccess": true
}