curl --request GET \ --url 'https://api.unify.ai/v0/billing/billing-profile' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "billing_email": "string | null", "name": "string | null", "tax_id": "string | null", "tax_id_type": "string | null", "billing_address": "object", "billing_setup_complete": "boolean", "is_business": "boolean" }
Bearer <token>
<token>