cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/categories \ --header 'X-Eflow-Api-Key: <api-key>'
[ { "network_category_id": 123, "network_id": 123, "name": "<string>", "status": "active", "time_created": 123, "time_saved": 123 } ]
Retrieve all offer categories for the network. Categories are used to organize offers into logical groupings for filtering and reporting.
The Everflow API key generated from the Control Center > Security.
OK
Unique category ID.
Network ID this category belongs to.
Category name.
Category status.
active
inactive
Unix timestamp of creation.
Unix timestamp of last update.
Was this page helpful?