Get the details of requested master account
GET {{baseUrl}}/corporate/masterAccount
This endpoint will provide the details of the master account.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"email":"sample@example.com","companyName":"Corp Sample 1-1","id":1003286,"currencyCode":"INR","timezone":"Europe/Paris","billingInfo":{"email":"sample@example.com","companyName":"Corp Sample 1-1","name":{"givenName":"Uday","familyName":"Pandit"},"address":{"streetAddress":"C-92","locality":"Pandav Nagar, New Delhi","postalCode":"560048","stateCode":"UP","countryCode":"IN"}},"planInfo":{"currencyCode":"INR","nextBillingAt":1637739295,"price":2100,"planPeriod":"month","subAccounts":15,"features":[{"name":"MULTI_USER","unitValue":1,"quantity":10,"used":15,"remaining":0},{"name":"ADVANCED_REPORTING","unitValue":1,"quantity":12,"used":1,"remaining":11},{"name":"INBOX","unitValue":1,"quantity":10,"used":10,"remaining":0},{"name":"LANDING_PAGE","unitValue":5,"quantity":10,"used":11,"remaining":0},{"name":"RECURRING_CREDITS","unitValue":1,"quantity":500,"used":1,"remaining":499}]}}