Sign in

Update API App

documented

Updates an existing API App.

PUT /api_app/{client_id}API Appno 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.hellosign.com/v3/api_app/{{$client_id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"callback_url": "{{$callback_url}}", "name": "{{$name}}", "domains": ["{{$domain}}"], "white_labeling_options": {"primary_button_color": "{{$primary_button_color}}", "primary_button_text_color": "{{$primary_button_text_color}}"}, "oauth": {"callback_url": "{{$oauth_callback_url}}", "scopes": ["{{$scope1}}", "{{$scope2}}"]}}'
Update API App · Dropbox Sign · OpenIntegrations