Securing Requests
For security reasons, you should include the API key or access token in each request header to make sure that the request coming from your side, otherwise the request will be discarded. So, there are two types of authentication that you can use, Service Key or OAuth2. Using Service Key To verify the request that […]