Credits

GET /credits

This endpoint lets you get the available credits on your account.

Headers

Header
Type
Description

Authorization

string

Bearer token.

Response

{
    "status": "success",
    "credits": 2.95,
    "email": "[email protected]"
}

Last updated

Was this helpful?