Skip to main content
GET
Fetch a connected account

Authorizations

Authorization
string
header
required

Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.

Path Parameters

id
string<uuid>
required

Response

Account detail.

A connected platform account. Secrets never leak — only display name, platform identifiers, and lifecycle timestamps. Platform-specific extension blocks (e.g. pinterest, instagram) carry non-sensitive metadata.

id
string<uuid>
required
profileId
string<uuid>
required
platform
enum<string>
required

Supported platforms. tiktok is currently in App Review — connect requests return platform_not_enabled until approval lands.

Available options:
bluesky,
facebook,
instagram,
linkedin,
pinterest,
threads,
tiktok,
twitter
platformAccountId
string
required

The platform's own user/account id (e.g. Twitter user id, IG Business id).

displayName
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
tokenExpiresAt
string<date-time> | null
pinterest
object

Pinterest-only metadata block.

instagram
object

Instagram-only metadata block. accountType and grantedScopes echo what Meta reports.