v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBprofiles
List social links
List all social links for the authenticated user.
Returns an array of social link objects, each containing:
- id: Unique identifier for the link
- platform: Platform name (x, github, discord, etc.)
- url: Full URL to the social profile
- verified: Whether ownership has been verified
- created_at: ISO 8601 timestamp
Returns an empty list if no social links are configured.
Authentication: Authorization: Bearer <CLIENT_JWT>
get/v1/account/social-links
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Response
Successful Response