This API allows you to retrieve the Token balance of a user account, including total and remaining Tokens. It requires authorization via a Bearer token.
Request
Header Params
Authorization
string
optional
Example:
Bearer <your api key>
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-b.fotor.com/v1/credits' \
--header'Authorization: Bearer <your api key>'