Get Threads User's Profile Information
GET {{api_host}}/me?fields={{fields_profile}}
Use the GET
/{threads-user-id}?fields=id,username,... endpoint to return profile information about a Threads user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | id: Threads user ID. This is returned by default. |
username: Handle or unique username on Threads. This is the same as the username on Instagram.
threads_profile_picture_url: URL of the user's profile picture on Threads.
threads_biography: Biography text on Threads profile. |