arcade-dev · Example Payload

Arcade Workers Create Example

Arcade Workers Create Example is an example object payload from arcade-dev, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idenabledhttp

Example Payload

Raw ↑
{
  "id": "company-tools",
  "enabled": true,
  "http": {
    "uri": "https://tools.internal.example.com",
    "secret": "shared-secret-redacted",
    "timeout": 30,
    "retry": 1
  }
}