List Coverage Options
curl --request GET \
--url https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options \
--header 'Authorization: <api-key>'import requests
url = "https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options"
headers = {"Authorization": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<api-key>'}};
fetch('https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options")
.header("Authorization", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = '<api-key>'
response = http.request(request)
puts response.read_body[
{
"uuid": "019dd58e-eb2a-7958-8070-570003e4ee29",
"name": "Option 1",
"created_time": "2026-04-29T02:10:34.749499Z",
"modified_time": "2026-04-29T02:10:34.803551Z",
"bi_limit_type": "GE",
"default_bi_period_days": null
},
{
"uuid": "019dd58e-eb2a-7958-8070-570003e4ee30",
"name": "Option 2",
"created_time": "2026-04-29T02:11:00.000000Z",
"modified_time": "2026-04-29T02:11:00.000000Z",
"bi_limit_type": null,
"default_bi_period_days": 10
}
]CAT Modeling
List Coverage Options
Lists all of the coverage options for a submission.
GET
/
api
/
v1
/
submission
/
{pingid}
/
cat
/
coverage-options
List Coverage Options
curl --request GET \
--url https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options \
--header 'Authorization: <api-key>'import requests
url = "https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options"
headers = {"Authorization": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<api-key>'}};
fetch('https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options")
.header("Authorization", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://vision.pingintel.com/api/v1/submission/{pingid}/cat/coverage-options")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = '<api-key>'
response = http.request(request)
puts response.read_body[
{
"uuid": "019dd58e-eb2a-7958-8070-570003e4ee29",
"name": "Option 1",
"created_time": "2026-04-29T02:10:34.749499Z",
"modified_time": "2026-04-29T02:10:34.803551Z",
"bi_limit_type": "GE",
"default_bi_period_days": null
},
{
"uuid": "019dd58e-eb2a-7958-8070-570003e4ee30",
"name": "Option 2",
"created_time": "2026-04-29T02:11:00.000000Z",
"modified_time": "2026-04-29T02:11:00.000000Z",
"bi_limit_type": null,
"default_bi_period_days": 10
}
]Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Path Parameters
Submission identifier.
Response
200 - application/json
When the coverage option was created.
When any of the terms in this coverage option were last modified.
Coverage option name.
Coverage option identifier.
Business interruption limit type. GE: Gross Earnings. GP: Gross Profits.
GE- Gross EarningsGP- Gross Profits
Available options:
GE, GP, null Default BI waiting period in days.
⌘I