# Social endpoints

Source: https://developer.synup.com/api/social
Base URL: `https://api.synup.com/api/v4`

| Method | Endpoint | Path |
| --- | --- | --- |
| PUT | [Assign a user to a single brand](https://developer.synup.com/api/social/assign-a-user-to-a-single-brand) | `/social/brands/{brandId}` |
| PUT | [Assign multiple brands](https://developer.synup.com/api/social/assign-multiple-brands) | `/social/brands/{brandId1},{brandId2},{brandId3}` |
| POST | [Create a brand](https://developer.synup.com/api/social/create-a-brand) | `/social/brands` |
