cURL
curl --request GET \ --url https://commerce.driv.ly/api/insurancepolicies/{id}
{ "data": { "id": "<string>", "consumer": "<string>", "policyNumber": "<string>", "insurer": "<string>" }, "success": true }
Insurance Policy is uniquely identified by id
The number of levels of related objects to include in the response
Insurance Policy Found
Show child attributes
Insurance Policy is owned by Consumer
Insurance Policy has Policy Number
Insurance Policy is issued by Insurer