Get seat balance
Get current balance for a specific seat type.
Get current balance for a specific seat type.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X GET "https://commet.co/api/seats/balance?seatType=string"Get current balance for a specific seat type.
Seat type code
{
"success": true,
"data": {
"current": 0,
"asOf": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}