Verify key and secret

  1. Request

In this reference page, we explain how you can verify your api key and secret. And see if they are working with our football API


REQUEST


In order to validate your api key and api pair against our football API, all you have to do is copy this URL and run it in your browser. If the response contains "success": "true" in any of the possible response formats that we support, then you are good to go. You can start getting live-scores and any other type of data that we provide. To find out how you can read live-scores you can go through our live score api reference page. In this example, we have used the demo api key and secret pair. If you login in, you will see all examples with your own api key and api secret


GET:

{
    "success": true,
    "data": {
        "message": "You API key and API secret are working correctly"
    }
}


If you are getting any error it is because something is wrong with the pair that you have provided. Any of these errors are from our standard error messages. They are always accompanied with an appropriate HTTP error response code.


Didn't find what you need?

Do no hesitate to contact us. We will get back to you as soon as possible.