cURL
curl --request POST \ --url https://api.f6o.co/v2/elasticimmo/ad/online/_many \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "auditCreatedAt": "2023-11-07T05:31:56Z", "adsOnline": {} }'
{ "apiVersion": "<string>", "kind": "<string>", "context": "<string>", "properties": { "success": { "updated": {}, "failed": {} }, "failed": { "code": 123, "message": "<string>", "details": [ { "@type": "<string>" } ] } }, "ads": { "success": { "updated": {}, "failed": {} }, "failed": { "code": 123, "message": "<string>", "details": [ { "@type": "<string>" } ] } }, "internalDelay": 123 }
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Show child attributes
A successful response.
Was this page helpful?