---
title: "Get CCO Integration"
method: GET
path: "/ccoUsageExporter/flexeraIntegration"
tags: ["Flexera CCO Integration"]
---

# Get CCO Integration

`GET /ccoUsageExporter/flexeraIntegration`

Get details for the selected Flexera CCO integration

## Response `200`

Get Flexera CCO Integration Response

- object
  - `request` object — Original request properties
    - `id` string — Unique ID associated with this request
    - `url` string — The URL that was used for the request
    - `method` string — The HTTP **METHOD** used for the request
    - `timestamp` string — When the request was received by Spot
  - `response` object — Response package that includes the status, type, and any relevant data
    - `status` object
      - `code` integer — HTTP status code associated with this response
      - `message` string — HTTP status message associated with the status code
    - `kind` string — Specifies the data type for each object returned in the response
    - `items` object[] — Array of data objects
      - `spotOrganizationId` integer — Spot Organization ID
      - `flexeraOrganizationId` integer — Flexera Organization ID
      - `flexeraBillConnectId` string — Flexera Bill Connect ID
    - `count` integer — Size of the data object array

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
