cURL
curl --request GET \ --url https://api.phia.com/getCreditsSummary \ --header 'Authorization: Bearer YOUR_TOKEN'
{ "responseId": "123", "remainingCredits": 95 }
Credit information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Response ID for debugging and auditing.
Remaining credits.