The Token endpoint is used to securely authenticate the Partner within the BETCORE system and obtain an access token. This token grants access to protected resources and functionalities, enabling integration with BETCORE services.The main objectives of this method are:
Authentication: To verify the identity of the Partner using the PartnerClientId and Secret.
Authorization: To determine the specific permissions granted to the Partner, as defined by the scope of the access token.
Access Token Issuance: To provide the Partner with a valid access token for subsequent requests to protected resources.