Hi Mario, Greetings! 1. We have created a schema in Analytics using postman. We have used the below payload from the documentation. payload: "schema" : { "account": "integer", "amount": "float", "product": "string" } 2. Post creating the schema we have published the below data to the analytics schema we have created using postman. Response: [ { "account": 10, "amount": 10.6, "product": "test" } ] 3. Now, we are having a use case/project to enable the API Monitoring to the Mobile API's. Team has shared the 10 API's to monitor. So, to monitor the response code of the API's we need to provide okta-access token to access the API's. For getting the okta-access token we need to login to the web browser and open the okta authentication website and need to get the okta access token from there. I believe we cannot implement this scenario in the synthetic api monitoring. To achieve that we are writing a python script using this script we will fetch the response from the Mobile API's and will post the collected response details to the Analytics schema we have created. Do you have any idea on this. Please let us know if you need any additional information.
... View more