# Get Business OAuth Link

## POST /businesses/{businessId}/auth-link

Retrieve auth links for connecting review sources.

### Request

```json
POST https://marketplace.cloutly.com/api/v2/businesses/{businessId}/auth-link

{
  "logoSrc": "https://your-platform.com/assets/logo.png",
  "redirect": "https://your-platform.com/success?id=XXX"
}
```

### Response

```json
{
  "link": "https://app.cloutly.com/marketplace/auth/XXXX?..."
}
```

### Notes

* The authorization page is hosted on a `cloutly.com` domain for provider compliance.
* Set `logoSrc` to brand the auth screen.
* Set `redirect` to return users to your app after successful source auth.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-get-business-oauth-link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
