cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/categories/{categoryId} \ --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 a single category by its ID.
The Everflow API key generated from the Control Center > Security.
The unique category ID.
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?