> ## Documentation Index
> Fetch the complete documentation index at: https://connect.trypost.it/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get social set

> One set, including social_accounts_count.

<ParamField path="id" type="string" required>
  Set UUID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl https://connect.trypost.it/api/social-sets/00000000-0000-0000-0000-000000000000 \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
