API ReferenceV1
Authorization
Bearer AuthorizationBearer <token>
Installer.com auth token
In: header
Request Body
application/json
Coverage check payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://localhost:8000/api/v1/coverage" \ -H "Content-Type: application/json" \ -d '{ "address": { "address": "string", "city": "string", "postalCode": "string", "countryCode": "st" } }'{
"coverage": true
}{
"code": "string",
"entity": "string",
"message": "string"
}