---
title: "Start connecting a channel: GET /social/:integration | Posty dokumentáció"
description: "Visszaadja azt a platformcímet, amit egy embernek meg kell nyitnia a csatorna bekötéséhez."
canonical: https://posty.hu/en/docs/api/endpoints/csatorna-bekotes
source: https://posty.hu/en/docs/api/endpoints/csatorna-bekotes.md
---

Channels

# Start connecting a channel: GET /social/:integration

Visszaadja azt a platformcímet, amit egy embernek meg kell nyitnia a csatorna bekötéséhez.

## Path

Method and path

GEThttps://api.posty.hu/public/v1/social/:integration

Authorization

`channels:write`

operationId

`startChannelConnect`

Returns the platform URL a person has to open to connect the channel. The API cannot connect a channel for you: the platform asks a person for consent.

Useful when you want to start the connection from your own interface, instead of sending the user to Posty.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| integration | útvonal | string | yes | The platform ID, for example x, instagram, linkedin, youtube. |
| refresh | lekérdezés | string | no | The ID of an existing channel, if you want to refresh its credentials rather than connect a new one. |

## Request

```
curl https://api.posty.hu/public/v1/social/x \
  -H "Authorization: psty_a_kulcsod"
```

Kód másolása

## Response

Example response structure. The [OpenAPI document](https://posty.hu/openapi.json) contains the authoritative schema for each field.

```
{ "url": "https://x.com/i/oauth2/authorize?..." }
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
