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'