cURL
curl --request GET \ --url https://pullstory.com/api/v1/me/usage \ --header 'Authorization: Bearer <token>'
{ "plan": "free", "period_start": "2023-11-07T05:31:56Z", "period_end": "2023-11-07T05:31:56Z", "minutes_included": 120, "minutes_used": 47, "minutes_remaining": 73 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current billing cycle usage
free
pro
120
47
73