🔗 Console REST APIProducts

Get all products

Retrieves all available API products with pricing information

GET
/api/products
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/api/products"
[
  {
    "id": "string",
    "name": "string",
    "isApiProductType": true,
    "displayOrder": 0,
    "productLine": "string"
  }
]
Service StatusGitHub SDK