Cut.ProDocs
Connections

Get a connection

Returns a single connection by ID, with the latest captured audience metrics.

X-Api-Key<token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

GET
/connections/{id}
curl -X GET "https://example.com/connections/string"
{  "id": "string",  "platform": "string",  "username": "string",  "avatar_url": "string",  "biography": "string",  "followers_count": 0,  "posts_count": 0,  "likes_count": 0,  "is_verified": true,  "created_at": "string"}