Get the insurance policy document
GET/v1/policies/:id/doc
Get the binary data of the insurance document.
Request
Path Parameters
id integerrequired
The ID of the policy
Responses
- 200
- 400
OK
- application/pdf
- application/jpeg
- application/jpg
- application/png
- application/octect-stream
- Schema
Schema
string
- Schema
Schema
string
- Schema
Schema
string
- Schema
Schema
string
- Schema
Schema
string
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "400 Bad Request (Client Error)"
}
Loading...