---
title: "Contract Info"
method: GET
path: "/api/v2/ContractInfo"
tags: ["ContractInfo"]
---

# Contract Info

`GET /api/v2/ContractInfo`

Return contract details about the FortiCNAPP licenses found in the FortiCNAPP instance by invoking the following endpoint:

  > `GET https://YourAccount.lacework.net/api/v2/ContractInfo`

## Headers

- `Authorization` string, required
- `Content-Type` string, required
- `Org-Access` boolean
- `Account-Name` string

## Response `200`

No Error (List of Contract Info)

- object
  - `data` ContractInfoResponseSchema[]
    - `objName` string — The license's name.
    - `props` object — The contract details.

## Other responses

- `204` — No Data
- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
