POST
/
sales-agents-register
Register Sales Agent
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/sales-agents-register \
  --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
endpoint_url
string
required

The ADCP endpoint URL for the sales agent (e.g., 'https://ads.scribd.com/adcp')

name
string
required

Human-readable name for the sales agent (e.g., 'Scribd Sales', 'PubMatic Direct')

protocol
string
required

Protocol used by the sales agent (default: adcp)

account_identifier
string

Your account ID or username with this sales agent (if applicable)

auth_config
string

Authentication configuration for your account with this agent (credentials, tokens, etc.)

description
string

Optional description of the sales agent's services

Response

Successful response

data
object
message
string
success
boolean