Skip to main content
GET
/
handle-history
/handle-history Get the history of Twitter handles.
curl --request GET \
  --url https://api.sorsa.io/v2/handle-history \
  --header 'ApiKey: <api-key>'
{
  "handles": [
    {
      "date": "<string>",
      "new": "<string>",
      "old": "<string>"
    }
  ]
}

Authorizations

ApiKey
string
header
required

Query Parameters

link or user_id

user_id
string

link or user_id

Response

OK

handles
object[]