cURL
curl --request POST \ --url https://api.jackson.scope3.com/sales-agent-update-auth \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "salesAgentId": "<string>", "authConfig": {} }'
{ "success": true, "message": "<string>", "data": {} }
Update authentication configuration for a sales agent.
Bearer token authentication using Scope3 API key
ID of the sales agent
Authentication configuration (API keys, OAuth tokens, etc.)
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)