cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/categories \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "name": "Lead Generation", "status": "active" } '
{ "network_category_id": 123, "network_id": 123, "name": "<string>", "status": "active", "time_created": 123, "time_saved": 123 }
Create a new offer category. Provide a name and status to define the category.
The Everflow API key generated from the Control Center > Security.
Category name.
Category status.
active
inactive
OK
Unique category ID.
Network ID this category belongs to.
Unix timestamp of creation.
Unix timestamp of last update.
Was this page helpful?