cURL
curl --request GET \ --url https://pullstory.com/api/v1/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "github_login": "EchoMosh", "email": "moshikarim@proton.me", "plan": "pro" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your account profile
"EchoMosh"
"moshikarim@proton.me"
free
pro
"pro"