accounts

Get current user accounts

Fetches the current user's social media accounts. Optionally filter by platform.

get/v2/users/me/accounts

Query parameters

platform'twitter' | 'instagram' | 'linkedin' | 'facebook' | 'tiktok' | 'pinterest' | 'threads' | 'bluesky' | 'youtube' | 'other'
Example:twitter

Social media platform

Response

Default Response

Example response

{
  "items": [
    {
      "platform": "twitter"
    }
  ]
}

Changes

Changed in 2 of the 9 revisions of this API.7

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the non-success response with the status

      response-non-success-status-added