Skip to main content

The Spanish version is the authoritative reference. View in Spanish

Folio Manager Configuration

SBXhttps://developers-sbx.gosocket.net/number-manager-admin
PRDhttps://developers.gosocket.net/number-manager-admin

Endpoints to configure the Folio Manager via API, replicating portal actions. Used in countries that require downloading folios from the tax authority: CL (SII) and CO. Under evaluation: CR, PY, UY.

Process overview

  • All the APIs involved use the OAuth 2.0 authentication method.
  • The refill threshold check, and consequently the execution of that refill if the threshold is reached, is performed every 2 hours, both for primary ranges and subranges.

AccessToken

POST /oauth2/token

Obtains the authentication token using an ApiKey key pair with OAuth 2.0. The token has a validity of 2 hours.

AccessToken
{
"grant_type": "client_credentials",
"client_id": "{{CLIENT_ID}}",
"client_secret": "{{CLIENT_SECRET}}"
}

Available endpoints