Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

Get accounts

GET {{baseUrl}}/accounts

Gets Qodex billing account details for the given team.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "id": 12345678, "teamId": 1234, "state": "PAID", "slots": { "total": 10, "unbilled": 0, "consumed": 2, "available": 8 }, "salesChannel": "SELF_SERVE", "billingEmail": "taylor.lee@example.com" }



Curl
curl -X GET 'https://api.getpostman.com/accounts'

ENDPOINTS