ONESOURCE Onboarding APIs
SBX
https://gosocket-onboarding-api-sbx.gosocket.netPRD
https://global-apim-prd.gosocket.net/ms-onboardingapiPartner credentials
To consume any onboarding endpoint you need the TR Partner credentials. They are generated only once for Chile and reused across all countries.
| Field | Description |
|---|---|
partnerId | Unique partner identifier (GUID) |
apiKeyUser | Partner ApiKey for authentication (GUID) |
Sensitive credentials
Request the credentials from the Gosocket support team. They must not be stored in source code or shared over insecure channels. There is a single set per environment (SBX and PRD).
Available methods
createTokenPOSTGenerates the OAuth 2.0 token required to consume the rest of the APIs.createAccountPOSTCreates a company account (asynchronous — returns trackId).getProcessGETQueries the status of the asynchronous process started by createAccount.updateAccountPATCHUpdates the data of an existing account.getAccountGETRetrieves the complete data of a specific account.getAccountsGETLists all accounts associated with the authenticated Partner.blockUnblockCompanyPATCHBlocks or unblocks a company's access to the platform.enableDisableApiKeyPATCHEnables or disables a specific ApiKey for a customer account.getApiKeysGETLists the ApiKeys generated for a customer account.getCertificatesGETLists the certificates loaded for an account.updateCertificateTagPUTUpdates the identification tag of a certificate.deleteCertificateDELETEDeletes a certificate from an account.countryId and certificates
For all endpoints that require {countryId} in the path, use the ISO country code (e.g.: cl, ar, mx). createToken always uses /cl regardless of the country. Certificate endpoints only apply to countries that require a digital certificate — see Country Parameters.