cURL
curl --request PATCH \ --url https://{defaultHost}/v1/apps/{app_id}/message_service_providers \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "message_service_provider": { "provider_type": "<string>", "config": {}, "enabled": true, "name": "<string>" } }
Update an existing message service provider configuration
Documentation IndexFetch the complete documentation index at: https://docs.scute.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
API Secret token
User Access token
App ID
successful
Show child attributes
Was this page helpful?