BETCORE Aggregator
Provider IntegrationCasino Integration
Provider IntegrationCasino Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Authentication
  • Getting Started
  • Integrate BETCORE Games (Casino)
    • Integrate BETCORE Gems (Casino)
    • WebFrame Connection
    • Aggregator API for Casino
      • Authentication
        • Verify
          POST
        • Jwks
          GET
        • Token
          POST
      • Payments
        • Accept
      • Cashback
        • Accept
    • Casino API for Aggregator
      • Users
        • Auth
        • Data
      • Payments
        • Info
        • Make
        • Make-list
        • Close
      • Cashback
        • Make
  • Integrate as Games Provider
    • Integrate as Games Provider
    • Provider API for Aggregator
      • Games
        • Games
        • Launch
    • Aggregator API for Provider
      • Get Balance
        • Balance
      • Bets
        • PayIn
        • PayOut
        • PayInOut
        • Refund
  • Feed
    • Feed Integration
    • REST API
      • Authorization
        • Token
      • Games
        • Info
        • Translations
      • Jackpot
        • Accumulated
    • Websocket
      • SubOnWholeGamesInfo
  • SubOnWholeGamesInfo
  1. Authentication

Verify

POST
/mis-api/api/v2/auth/verify

Overview#

The Verify endpoint is used to authenticate and validate JWT tokens received from BETCORE.
The main objectives of the Verify method are:
Token Authenticity: It checks that the token was indeed issued by BETCORE and that its signature is valid.
Integrity Verification: The method confirms that the token’s payload has not been tampered with during transit.
Security Assurance: By verifying the token, the Partner ensures that all included parameters and claims (such as expiration time and issuer details) meet the expected security standards.
📌
It is recommended to update the token only when necessary, for example when receiving HTTP status 401.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mock.apidog.com/m1/820627-0-default/mis-api/api/v2/auth/verify'

Responses

🟢200Success
application/json
Body
ErroreCode
number 
required
Error code of the response.
Message
string 
required
Code description.
Example
{
    "ErrorCode": 200,
    "Message": "Sucess"
}
⚪103752Incorrect request parameters
⚪103811Token is not valid
Previous
Aggregator API for Casino
Next
Jwks
Built with