Skip to main content

Authentication

Service that allows obtaining the authentication token for the API.

The authentication service is based on the OAuth 2.0 standard:

  • clientId: unique client identifier
  • clientSecret: secret key for authentication

The n1co team will provide the necessary credentials for authentication.

info

The specification for the authentication endpoint is as follows: Auth Endpoint