cURL
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 } }
Get the number of credits remaining in your account.
Enter your bearer token (your API key) in the Authorization header in the format Bearer {token}
Bearer {token}
successful
Show child attributes