Get customer
Returns customer billing details for the current workspace (vault).
GET
/api/billing/customerRequest
curl
curl -X GET https://platform.trickest.com/api/billing/customer \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Customer billing details
idstringrequiredvault_idstringvault_infostringrestrictedbooleancloud_usage_limitnumberexecution_unitsnumberplanstringis_activebooleancredits_remainingnumbercredits_usednumber400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring