Skip to main content
GET
/
networks
/
categories
List Categories
curl --request GET \
  --url https://api.eflow.team/v1/networks/categories \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "categories": [
    {
      "network_category_id": 6,
      "network_id": 1,
      "name": "321312",
      "status": "inactive",
      "time_created": 1774712593,
      "time_saved": 1774712593
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all offer categories for the network. Categories are used to organize offers into logical groupings for filtering and reporting.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
categories
object[]

List of categories.