This GET request expects 2 parameters:
- email - should be passed as query parameter, value should be URL-encoded
- secret key should be passed as a CV-Api-Key header
The following is a production API call example.
curl "https://care360-next.uc.r.appspot.com/api/v1/customer-latest-case-id?email=patient%40carevalidate.com" -H "Content-Type:application/json" -H "CV-Api-Key:<redacted - obtain from CareValidate>"
Example response:
{ "status": 200, "success": true, "case": { "id": "e1e3f5c1-6f12-4e0d-a442-7a9ff31319da" } }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article