Skip to main content
GET
/
creditsSummary
cURL
curl --request GET \
--url https://api.phia.com/getCreditsSummary \
--header 'Authorization: Bearer YOUR_TOKEN'
{
  "responseId": "123",
  "remainingCredits": 95
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

responseId
string

Response ID for debugging and auditing.

remainingCredits
integer

Remaining credits.