If you are receiving errors on an endpoint request, you can use the Debug Dashboard to dig into the problem. You need to use the correlation id which can be found as X-Correlation-Id in the request header.
To obtain the correlation id, add -v
to a curl command. For example:
curl--header 'Content-Type: application/json'--request GET 'https://api.test.ix-io.net/quick-start/my-first-project/xapix-io-api-data/vehicle-demo/variants.json' -v
Make sure you have published your project. Then copy the cURL command from an endpoint's Pipeline dashboard.
Run the command adding the flag -v.
Search the results for the X-Correlation-ID and copy the id number.
Enter the X-Correlation-id in the Request Information page after clicking Debug from the Home menu, then click the Search icon.
The Request Information page displays the data flow of the pipeline.
Use the Search function to search for an error message or any element. You can refine your search to only Important only or All.