openapi: 3.0.3 info: title: 'Social Link' description: 'Social Link API documentation' version: 1.0.0 servers: - url: api.social-link.net paths: '/v1/{project_id}': get: summary: 'Project Details' operationId: projectDetails description: '' parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: data: id: aba8c6c9-ec2f-447b-83f5-8b6746817732 team: "Social Link's Team" status: published name: 'Social Link' slug: demo theme: Rust project_url: demo.slink.gg domain_url: '' final_url: demo.slink.gg logo_url: 'https://social-link.net/assets/branding/logo.jpg' providers: discord: enable_guild_check: 1 enable_booster_check: 1 guild_id: '76561198181797236' role_id: '76561198181797236' should_add_role: 1 bot_on_discord: 1 steam: enable_group_check: 1 group_link: 'https://steamcommunity.com/groups/Social-Link' group_id: '9134466' twitch: enable_follower_check: 1 enable_subscriber_check: 1 channel_link: null broadcaster_id: '9134466' notifications: discord: enable: true webhook_url: 'https://discord.com/api/webhooks/76561198181797236/DxeO4+N$bP2z-CQw-=A*mqHZZrA:oa&X7|qPwGenerate API token.' security: - default: []