---
title: "Verify Rbac Integration Route"
method: POST
path: "/api/integrations/rbac/{integration_id}/verify"
tags: ["rbac-integration"]
---

# Verify Rbac Integration Route

`POST /api/integrations/rbac/{integration_id}/verify`

Verifies an integration.

## Path parameters

- `integration_id` string, uuid, required

## Response `200`

Successful Response

- Integration — Integration model.
  - `id` string, uuid, required
  - `integration_category` 'rbac' | 'oauth', required
  - `integration_type` 's3/v0' | 'gcs/v0' | 'notion/v0' | 'slack/v0', required
  - `state` 'ready' | 'pending' | 'error', required

## Other responses

- `422` — Validation Error

## Changes

- **2024-12-03** `c3d745f0888a` — 1 breaking, 3 warning, 3 info
  - the `integration_category` response property const value `rbac` was removed for the status `200`
  - added the new `notion/v0` enum value to the `integration_type` response property for the response status `200`
  - added the new `oauth` enum value to the `integration_category` response property for the response status `200`
  - added the new `slack/v0` enum value to the `integration_type` response property for the response status `200`
  - …3 more
- **2024-11-04** `4abd340ba528` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cleanlab/apis/agility/changes/api/integrations/rbac/:integration_id/verify/post.md)

---

[API](https://skmtc.dev/cleanlab/apis/agility.md) · [All operations](https://skmtc.dev/cleanlab/apis/agility/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleanlab/agility/revisions/9e6009a931b6/schema)
