cURL
curl --request GET \ --url https://api.gcore.com/cdn/logs_uploader/policies/fields \ --header 'Authorization: <api-key>'
[ "<string>" ]
Get list of available fields for logs uploader policy.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Successful.
The response is of type string[].
string[]
Was this page helpful?