Document, File & System
Get Account Balance Info
Get remaining account balance.
GET /v1/account/credit/balance
Query parameters
No query parameters accepted.
Responses
Parameter | Type | Description |
---|---|---|
remainingCredits | integer | Number of credits remaining in the account |
Example
Payload
To see the request size limits, please refer to the Request Size Limits.
curl —location —request GET ‘https://api.pdf.co/v1/account/credit/balance’
—header ‘x-api-key: ‘
Example
Response
To see the main response codes, please refer to the Response Codes page.