Skip to main content
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>'
[
  {
    "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"
  },
  {
    "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"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

pingid
string
required

Submission identifier.

Response

200 - application/json
uuid
string<uuid>
required

Coverage option identifier.

name
string
required

Coverage option name.

created_time
string<date-time>
required

When the coverage option was created.

modified_time
string<date-time>
required

When any of the terms in this coverage option were last modified.