POST
/
sales-agents-update
Update Sales Agent Account
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/sales-agents-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
sales_agent_id
string
required

The ID of the sales agent to update your account with

account_identifier
string

Update your account ID or username with this sales agent

auth_config
string

Update authentication configuration for your account (credentials, tokens, etc.)

status
string

Set account status - 'inactive' will stop using this agent for discovery

Response

Successful response

data
object
message
string
success
boolean