For a deeper look into our World Check One API, look into:
I am calling "v2/cases/summaries" to get a list of cases. That works ok and returns a cursorId that I then pass to the end point "v2/cases/summaries/cursor" to get the next page of results but it returns a 500 error.
var postGetCases = "/cases/summaries"; var postGetCasesSummary = "{\"cursorOptions\": { \"itemsPerPage\": 2}}"; var cursorId = PostNew(gatewayVersion, gatewayHost, postGetCases, apiKey, apiSecret,postGetCasesSummary); var postCursor = "/cases/summaries/cursor"; var postCursorData = "{\"cursorId\":\""+cursorId+"\"}"; var updatedCursor = PostNew(gatewayVersion, gatewayHost, postCursor, apiKey, apiSecret, postCursorData);
Is it something I am doing wrong or is that endpoint not currently working?
Does the setup for groups including matching strength and sources only be done through the web UI?
API secret in hex format & Help needed to investigate API logs at your end
What headers must be in correct request? (at POSTMAN)
Does World-Check One API support multiple languages and identifiers for the same entity?