v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
profiles

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

idstring required

Identity ID for the social link

platformstring required

Platform name

urlstring required

Full URL to the social profile

verifiedboolean

Whether ownership has been verified

verified_atstring nullable

When ownership was verified (ISO 8601)

verification_methodstring nullable

How ownership was verified (e.g., oauth_youtube)

created_atstring required

When the link was added (ISO 8601)

display_namestring nullable

Display name from the platform profile