Update Partner BackendCopy Pagepatch https://api.sandbox.hint.com/api/partner/backends/{id}Path ParamsidstringrequiredUnique Backend IDBody ParamsnamestringHuman-readable label for the backend.auth_typestringOne of manual, automatic_redirect, automatic_headless.activation_typestringOne of instant, partner_activate, practice_activate.redirect_urlstringOAuth redirect URL invoked after authorization_code issuance.localhost_redirect_urlstringHTTP localhost URL used in place of redirect_url when the requesting browser session has localhost mode enabled. Sandbox partners only.localhost_webhook_urlstringHTTP localhost URL the browser proxies this backend's webhook deliveries to when localhost mode is enabled. Sandbox partners only.webhooks_disabledbooleanDisables webhook delivery for this backend's endpoints.truefalsewebhooks_pausedbooleanPauses webhook delivery for this backend's endpoints.truefalseunmute_self_webhooksbooleanDelivers webhooks for events triggered by this backend's own requests.truefalsemax_requests_per_minuteint32Webhook delivery rate ceiling for this backend.listened_eventsarray of stringsEvent types delivered to this backend's endpoints.listened_eventsADD stringwebhooks_signature_api_keyobjectThe partner-owned api key whose secret signs this backend's webhooks. Pass { "id": "<api key id>" }.webhooks_signature_api_key objectapi_credentials_configurationobjectThe backend's API-publishing configuration. Accepts spec_url, docs_url, issuance_mode (push/pull), exchange_url, and call_path (proxy/direct).api_credentials_configuration objectResponse 200Successful responseUpdated 3 days ago