WorkerWorker Account Settings

Fetch Worker Account Settings

GET
Fetches Worker account settings for an account.

Path parameters

account_identifierstringRequired
Identifier

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/023e105f4ecef8ad9ca31a8372d0c353/workers/account-settings \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {}
3}