I have a Xamarin Forms mobile app configured on App Center to collect all kind of issues occurred. I am trying to use App Center Open API Specification Errors API. In order to invoke these APIs the accepted tokens are:
- User API Token
- App API Token
I have already created these two tokens. As per Docs it says to add X-API-Token
key under header property. While I am trying it's not working. Can someone tell what should be the correct key name for these two tokens under header property in order to invoke the API.