Skip to main content
GET
/
billing
/
customer
Get customer details
curl --request GET \
  --url https://nimbussuite.com/api/v1/billing/customer \
  --header 'Authorization: Bearer <token>'
{
  "customerId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Customer details

customerId
string