cURL
curl --request PATCH \ --url https://api.f6o.co/v2/alert/ads/{alertId}/_pause \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
{ "kind": "<string>", "internalDelay": 123, "created": "<string>", "updated": "<string>", "deleted": "<string>", "noop": "<string>" }
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
A successful response.
The response is of type object.
object
Was this page helpful?