Skip to main content
GET
/
api
/
meta
/
credits
Get Credits
curl --request GET \
  --url https://wiza.co/api/meta/credits \
  --header 'Authorization: Bearer <token>'
{
  "credits": {
    "email_credits": "unlimited",
    "phone_credits": 100,
    "export_credits": 0,
    "api_credits": 100
  }
}

Authorizations

Authorization
string
header
required

Enter your bearer token (your API key) in the Authorization header in the format Bearer {token}

Response

successful

credits
object