v1

latestOpenAPI 3.0.02026-07-1471718.0 KB
Threads by Unshape

Test credentials

Auth the user with the credentials passed as headers. You MUST accept the invite in https://www.threads.net/settings/account > Website authorizations > Unshape in order to have the API work.

get/threads/token

Query parameters

codestring required

The OAuth code you got when calling https://threads.net/oauth/authorize

Headers

X-Stripe-Emailstring required

The email you used to subscribe to https://www.unshape.app/threads

X-Stripe-Emailzstring required

Only used in the Zapier context as it seem they have a bug with {{bundle.authData}} and {{bundle.inputData}}

Response

Success - Authentication succeeded

successboolean

Indicates whether the operation was successful.

access_tokenboolean

The access token returned by the Threads API.

usernameboolean

The current user's username.

Example response

{
  "success": true
}