cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/termsconditions \ --header 'X-Eflow-Api-Key: <api-key>'
{ "terms_conditions_id": 123, "network_id": 123, "content": "<string>", "version": 123, "time_created": 123, "time_saved": 123 }
Retrieve the latest terms and conditions for the network. Returns the current version of the terms that affiliates are required to accept.
The Everflow API key generated from the Control Center > Security.
OK
Unique terms and conditions ID.
Network ID.
The terms and conditions content.
Version number.
Unix timestamp of creation.
Unix timestamp of last update.
Was this page helpful?