Get accounts
Gets Postman billing account details for the given team.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Response
Successful Response
billingEmail
The email address to which invoices are sent.
id
The account's ID.
state
The account’s current state:
FREEPAIDEXPIRED_TRIALOVERDUESUSPENDEDBLOCKEDPAYMENT_DISPUTED
teamId
The team's ID associated with the account.
salesChannel
The sales channel from which the account was created:
SELF_SERVE— The user purchased the account plan.SALES_SERVE— The account was purchased through the Postman sales team process.
slots
Information about the team's slots.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error