---
title: "Authenticate integration"
method: POST
path: "/integrations/{integration}/authenticate"
tags: ["Integrations"]
---

# Authenticate integration

`POST /integrations/{integration}/authenticate`

## Path parameters

- `integration` string, required

## Request body

- object
  - `business_entity_id` string, required

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"oauth_auth_url"`).
  - `data` Integration
    - `label` string, nullable
    - `is_enabled` boolean
    - `type` string, nullable

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/versions/01cd9c45a923/schema)
