Sign in

Create logo

documented

Add a new logo to the account (image file or URL).

POST /api/1/logoContentno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.actonsoftware.com/api/1/logo" \\n  -X POST \\n  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \\n  -H \"Accept: application/json\" \\n  -H \"Content-Type: application/json\" \\n  -d '{\"logoUrl\": \"{{$logo_url}}\"}'
Create logo · Act-On · OpenIntegrations