v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
profiles

Reorder social links

Reorder the authenticated user's social links.

Accepts an ordered list of platform names. The first platform in the list will appear first on the profile, the second will appear second, etc.

Platforms not included in the list will appear after the explicitly ordered ones.

Authentication: Authorization: Bearer <CLIENT_JWT>

put/v1/account/social-links/reorder

Headers

authorizationstring nullable

Bearer JWT issued by Grove that identifies the account.

Bearer JWT issued by Grove that identifies the account.

Request body

platformsstring[] required

Ordered list of platform names. First item = top of profile.

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