Instagram

Get the connected account profile

Returns the profile of the connected account itself, including its follower, following and post counts.

GET

/api/v1/instagram/me

Query parameters

connectedAccountId

required

string · uuid

Connected account to act as

Response

200Connected account profile.

profile

object

username

string | null

profileUrl

string | null

firstName

string | null

Split out of fullName, the one name a profile carries.

lastName

string | null

fullName

string | null

biography

string | null

category

string | null

Business and creator accounts only.

location

string | null

City, on business accounts only.

imageUrl

string | null

imageUrlLarge

string | null

backgroundImageUrl

string | null

followerCount

number | null

followingCount

number | null

postCount

number | null

externalLinks

string[]

Links in the biography.

isPrivate

boolean

True when only a follower can read the posts and followers.

isVerified

boolean

Errors

  • 400: Bad request
  • 401: Unauthorized: missing or invalid API key
  • 403: Forbidden
  • 404: Not found
  • 422: Invalid request payload

Search docs

Search documentation, API reference, and MCP tools

We use cookies to enhance your experience on Needle and keep your data secure. Privacy Policy