curl --request GET \
--url https://nimbussuite.com/api/v1/billing/customer \
--header 'Authorization: Bearer <token>'{
"customerId": "<string>"
}curl --request GET \
--url https://nimbussuite.com/api/v1/billing/customer \
--header 'Authorization: Bearer <token>'{
"customerId": "<string>"
}Was this page helpful?