Social Sets
List Social Sets
GET
/social-setsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
workspace_id*string
Workspace ID
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/social-sets?workspace_id=string"[ { "$schema": "https://example.com/api/v1/schemas/SocialSetResponse.json", "accounts": [ { "account_avatar_url": "string", "account_username": "string", "default_output_profile": "string", "display_order": 0, "platform": "string", "social_account_id": "string" } ], "created_at": "string", "id": "string", "is_default": true, "name": "string", "updated_at": "string", "workspace_id": "string" }]